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 (
    447321, 427728, 429522, 401174, 414674, 
    437251, 415838, 412826, 449270, 451598, 
    402248, 457520
  ) 
  AND cscart_seo_names.type = "p" 
  AND cscart_seo_names.dispatch = "" 
  AND cscart_seo_names.lang_code = 'en'

Query time 0.00122

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 (447321,427728,429522,401174,414674,437251,415838,412826,449270,451598,402248,457520) 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
401174 lite-book-955 287/304/305
402248 lite-bottle-593 287/288/289
412826 lite-bottle-377 287/288/289
414674 lite-bottle-100 287/304/305
415838 lite-bottle-306 287/304/305
427728 lite-book-842 287/288/289
429522 lite-book-851 287/288/289
437251 lite-bottle-165 287/288/289
447321 lite-book-763 287/304/305
449270 lite-bottle-563 287/304/305
451598 lite-bottle-568 287/288/289
457520 lite-bottle-713 287/288/289