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 (
    13407, 13408, 13409, 13410, 13411, 13412, 
    13413, 13414, 13415, 13416, 13417, 
    13418, 13419, 13420, 13421, 13422, 
    13423, 13424, 13425, 13426, 13427, 
    13428, 13429, 13430
  ) 
  AND cscart_seo_names.type = "p" 
  AND cscart_seo_names.dispatch = "" 
  AND cscart_seo_names.lang_code = 'en'

Query time 0.00033

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 (13407,13408,13409,13410,13411,13412,13413,13414,13415,13416,13417,13418,13419,13420,13421,13422,13423,13424,13425,13426,13427,13428,13429,13430) 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
13407 air 1629/1630/1631
13408 calming 1629/1630/1631
13409 chill 1629/1630/1631
13410 clarity 1629/1630/1631
13411 comforting 1629/1630/1631
13412 decongest 1629/1630/1631
13413 deep 1629/1630/1631
13414 delicate 1629/1630/1631
13415 detox 1629/1630/1631
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
13427 nightheal 1629/1630/1631
13428 peace 1629/1630/1631
13429 pet-haven 1629/1630/1631
13430 pregnant 1629/1630/1631