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 (
    457743, 457753, 457758, 457766, 457790, 
    457596, 457603, 457625, 457657, 457660, 
    457678, 457686
  ) 
  AND cscart_seo_names.type = "p" 
  AND cscart_seo_names.dispatch = "" 
  AND cscart_seo_names.lang_code = 'en'

Query time 0.00035

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 (457743,457753,457758,457766,457790,457596,457603,457625,457657,457660,457678,457686) 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
457596 eco-headphones-167 219/498
457603 pro-bottle-388 219/495
457625 ultra-watch-859 287/288/289
457657 lite-headphones-430 203/500
457660 pro-grinder-249 203/500
457678 prime-drone-741 219/495
457686 prime-watch-390 287/304/305
457743 lite-chair-259 219/495
457753 lite-camera-540 219/495
457758 mini-camera-426 287/288/289
457766 mini-camera-724 287/288/289
457790 ultra-headphones-306 287/288/289