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 (
    423996, 442894, 460163, 420523, 428407, 
    451396, 404877, 460518, 402137, 451487, 
    403670, 455586
  ) 
  AND cscart_seo_names.type = "p" 
  AND cscart_seo_names.dispatch = "" 
  AND cscart_seo_names.lang_code = 'en'

Query time 0.00141

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 (423996,442894,460163,420523,428407,451396,404877,460518,402137,451487,403670,455586) 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
402137 eco-bottle-520 219/498
403670 eco-bottle-737 287/288/289
404877 eco-bottle-384 287/288/289
420523 eco-book-997-en 203/500
423996 eco-book-900 219/495
428407 eco-bottle-248-en 287/304/305
442894 eco-book-982 219/495
451396 eco-bottle-251 287/304/305
451487 eco-bottle-583 203/500
455586 eco-bottle-849 203/500
460163 eco-book-989 203/500
460518 eco-bottle-435 287/288/289