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, 13439, 13440, 13441, 13442, 13443, 
    13499, 13444, 13445, 13408, 13446, 
    13447, 13448, 13409, 13504, 13410, 
    13449, 13450, 13411, 13412, 13413, 
    13414, 13415, 13451
  ) 
  AND cscart_seo_names.type = "p" 
  AND cscart_seo_names.dispatch = "" 
  AND cscart_seo_names.lang_code = 'en'

Query time 0.00038

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,13439,13440,13441,13442,13443,13499,13444,13445,13408,13446,13447,13448,13409,13504,13410,13449,13450,13411,13412,13413,13414,13415,13451) 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
13439 amyris 1629/1630/1632
13440 aniseed 1629/1630/1632
13441 basil 1629/1630/1632
13442 bergamot 1629/1630/1632
13443 birch-sweet 1629/1630/1632
13444 black-pepper 1629/1630/1632
13445 cabreuva 1629/1630/1632
13446 carrot-seed 1629/1630/1632
13447 cassia 1629/1630/1632
13448 cedarwood-atlas 1629/1630/1632
13449 clary-sage 1629/1630/1632
13450 clove-bud 1629/1630/1632
13451 eucalyptus 1629/1630/1632
13499 black-face-oil-50ml 1629/1630/1634
13504 citrus-and-aloe-toner-125ml 1629/1630/1634