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 (
    447356, 409718, 416073, 444305, 431857, 
    414754, 410854, 425935, 414771, 453280, 
    405344, 428114
  ) 
  AND cscart_seo_names.type = "p" 
  AND cscart_seo_names.dispatch = "" 
  AND cscart_seo_names.lang_code = 'en'

Query time 0.00125

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 (447356,409718,416073,444305,431857,414754,410854,425935,414771,453280,405344,428114) 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
405344 lite-mixer-486 287/304/305
409718 lite-laptop-516 287/288/289
410854 lite-mixer-270 287/288/289
414754 lite-mixer-149 287/288/289
414771 lite-mixer-440 287/304/305
416073 lite-laptop-594 287/304/305
425935 lite-mixer-305 287/288/289
428114 lite-mixer-634 287/304/305
431857 lite-laptop-886 287/288/289
444305 lite-laptop-781 287/304/305
447356 lite-laptop-498 287/288/289
453280 lite-mixer-463 287/288/289