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 (
    439177, 437268, 442349, 405994, 413775, 
    421121, 449116, 415507, 430647, 452052, 
    445229, 452721
  ) 
  AND cscart_seo_names.type = "p" 
  AND cscart_seo_names.dispatch = "" 
  AND cscart_seo_names.lang_code = 'en'

Query time 0.00049

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 (439177,437268,442349,405994,413775,421121,449116,415507,430647,452052,445229,452721) 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
405994 classic-bottle-127 287/304/305
413775 classic-bottle-326 287/304/305
415507 classic-bottle-958 287/304/305
421121 classic-bottle-614 287/304/305
430647 classic-bottle-986 287/304/305
437268 classic-book-922 287/304/305
439177 classic-book-900 287/304/305
442349 classic-book-990 287/304/305
445229 classic-camera-210 287/304/305
449116 classic-bottle-892 287/304/305
452052 classic-camera-115 287/304/305
452721 classic-camera-223 287/304/305