SELECT 
  cscart_seo_names.object_id AS product_id, 
  cscart_seo_names.name AS seo_name, 
  cscart_seo_names.path AS seo_path 
FROM 
  cscart_seo_names 
WHERE 
  cscart_seo_names.object_id IN (
    405789, 437993, 452275, 425655, 417942, 
    409696, 430996, 428294, 445807, 448196, 
    443895, 446957
  ) 
  AND cscart_seo_names.type = "p" 
  AND cscart_seo_names.dispatch = "" 
  AND cscart_seo_names.lang_code = 'en'

Query time 0.00043

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost": 0.0237706,
    "nested_loop": [
      {
        "table": {
          "table_name": "cscart_seo_names",
          "access_type": "range",
          "possible_keys": ["PRIMARY", "dispatch"],
          "key": "PRIMARY",
          "key_length": "206",
          "used_key_parts": ["object_id", "type", "dispatch", "lang_code"],
          "loops": 1,
          "rows": 12,
          "cost": 0.0237706,
          "filtered": 100,
          "attached_condition": "cscart_seo_names.object_id in (405789,437993,452275,425655,417942,409696,430996,428294,445807,448196,443895,446957) and cscart_seo_names.`type` = 'p' and cscart_seo_names.dispatch = '' and cscart_seo_names.lang_code = 'en'"
        }
      }
    ]
  }
}

Result

product_id seo_name seo_path
405789 lite-drone-456 287/304/305
409696 lite-grinder-932 287/304/305
417942 lite-grinder-840 287/304/305
425655 lite-grinder-303 287/304/305
428294 lite-headphones-156 287/304/305
430996 lite-grinder-948 287/304/305
437993 lite-grinder-168 287/304/305
443895 lite-headphones-517 287/304/305
445807 lite-headphones-257 287/304/305
446957 lite-headphones-730 287/304/305
448196 lite-headphones-424 287/304/305
452275 lite-grinder-266 287/304/305