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 (
    422676, 427654, 406498, 438920, 440047, 
    403424, 402161, 426357, 413770, 421856, 
    453293, 421836
  ) 
  AND cscart_seo_names.type = "p" 
  AND cscart_seo_names.dispatch = "" 
  AND cscart_seo_names.lang_code = 'en'

Query time 0.00041

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 (422676,427654,406498,438920,440047,403424,402161,426357,413770,421856,453293,421836) 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
402161 smart-phone-940 287/304/305
403424 smart-phone-813 287/304/305
406498 smart-phone-287 287/304/305
413770 smart-router-359 287/304/305
421836 smart-router-902 287/304/305
421856 smart-router-637 287/304/305
422676 smart-mixer-989 287/304/305
426357 smart-router-211 287/304/305
427654 smart-phone-124 287/304/305
438920 smart-phone-673 287/304/305
440047 smart-phone-744 287/304/305
453293 smart-router-875 287/304/305