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 (
    422373, 409345, 431480, 443084, 413985, 
    435197, 417214, 449549, 411236, 416666, 
    430164, 414763
  ) 
  AND cscart_seo_names.type = "p" 
  AND cscart_seo_names.dispatch = "" 
  AND cscart_seo_names.lang_code = 'en'

Query time 0.00046

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 (422373,409345,431480,443084,413985,435197,417214,449549,411236,416666,430164,414763) 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
409345 lite-phone-564 203/500
411236 lite-router-115 203/500
413985 lite-phone-620 219/498
414763 lite-router-338 203/500
416666 lite-router-138 219/498
417214 lite-phone-752 219/495
422373 lite-phone-554 287/288/289
430164 lite-router-255 287/304/305
431480 lite-phone-565 219/498
435197 lite-phone-684 287/304/305
443084 lite-phone-579 219/495
449549 lite-router-102 219/495