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 (
    13416, 13417, 13418, 13452, 13419, 13420, 
    13453, 13502, 13421, 13501, 13422, 
    13454, 13455, 13423, 13456, 13457, 
    13458, 13459, 13505, 13424, 13496, 
    13425, 13426, 13495
  ) 
  AND cscart_seo_names.type = "p" 
  AND cscart_seo_names.dispatch = "" 
  AND cscart_seo_names.lang_code = 'en'

Query time 0.00040

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost": 0.04756928,
    "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": 24,
          "cost": 0.04756928,
          "filtered": 100,
          "attached_condition": "cscart_seo_names.object_id in (13416,13417,13418,13452,13419,13420,13453,13502,13421,13501,13422,13454,13455,13423,13456,13457,13458,13459,13505,13424,13496,13425,13426,13495) 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
13416 fine 1629/1630/1631
13417 floralwoods 1629/1630/1631
13418 focus 1629/1630/1631
13419 generation 1629/1630/1631
13420 gentle 1629/1630/1631
13421 grassroots 1629/1630/1631
13422 healing 1629/1630/1631
13423 jolly 1629/1630/1631
13424 magic 1629/1630/1631
13425 meditate 1629/1630/1631
13426 mysterious 1629/1630/1631
13452 frankincense 1629/1630/1632
13453 geranium-bourbon 1629/1630/1632
13454 helichrysum 1629/1630/1632
13455 ho-wood 1629/1630/1632
13456 juniper-leaf 1629/1630/1632
13457 lavender 1629/1630/1632
13458 lemon-verbena 1629/1630/1632
13459 lemongrass 1629/1630/1632
13495 natural-vegan-lip-balm-5ml 1629/1630/1633
13496 mango-bliss-lip-balm-5ml 1629/1630/1633
13501 green-face-oil-50ml 1629/1630/1634
13502 gold-face-oil-50ml 1629/1630/1634
13505 maca-and-aloe-toner-125ml 1629/1630/1634