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 (
    406620, 436269, 405540, 412564, 445609, 
    447614, 455410, 424644, 420153, 458565, 
    407216, 417702
  ) 
  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 (406620,436269,405540,412564,445609,447614,455410,424644,420153,458565,407216,417702) 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
405540 eco-phone-662 219/498
406620 eco-phone-573 287/288/289
407216 eco-router-382 287/288/289
412564 eco-phone-686 287/288/289
417702 eco-router-423 287/304/305
420153 eco-router-133 219/495
424644 eco-phone-896 219/495
436269 eco-phone-598 287/288/289
445609 eco-phone-701 219/495
447614 eco-phone-875 219/498
455410 eco-phone-878 287/304/305
458565 eco-router-220 287/288/289