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 (
    452275, 425655, 405329, 408400, 405508, 
    420092, 436320, 409425, 437741, 417942, 
    439367, 409696
  ) 
  AND cscart_seo_names.type = "p" 
  AND cscart_seo_names.dispatch = "" 
  AND cscart_seo_names.lang_code = 'en'

Query time 0.00045

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 (452275,425655,405329,408400,405508,420092,436320,409425,437741,417942,439367,409696) 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
405329 lite-grinder-322 287/288/289
405508 lite-grinder-505 287/288/289
408400 lite-grinder-474 287/288/289
409425 lite-grinder-596 287/288/289
409696 lite-grinder-932 287/304/305
417942 lite-grinder-840 287/304/305
420092 lite-grinder-509 287/288/289
425655 lite-grinder-303 287/304/305
436320 lite-grinder-559 287/288/289
437741 lite-grinder-745 287/288/289
439367 lite-grinder-911 287/288/289
452275 lite-grinder-266 287/304/305