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 (
    427619, 444547, 432847, 403496, 431636, 
    455406, 435103, 415659, 443503, 401160, 
    406539, 408349
  ) 
  AND cscart_seo_names.type = "p" 
  AND cscart_seo_names.dispatch = "" 
  AND cscart_seo_names.lang_code = 'en'

Query time 0.00047

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 (427619,444547,432847,403496,431636,455406,435103,415659,443503,401160,406539,408349) 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
401160 smart-laptop-936 287/304/305
403496 smart-laptop-122 287/304/305
406539 smart-laptop-942 287/304/305
408349 smart-mixer-707 287/304/305
415659 smart-laptop-803 287/304/305
427619 smart-headphones-568 287/304/305
431636 smart-laptop-715 287/304/305
432847 smart-headphones-893 287/304/305
435103 smart-laptop-767 287/304/305
443503 smart-laptop-823 287/304/305
444547 smart-headphones-882 287/304/305
455406 smart-laptop-753 287/304/305