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 (
    64749, 64750, 64759, 64760, 64761, 65230, 
    65231, 65245, 65251, 65252, 65369, 
    65579, 65581, 65588, 66526, 66527, 
    66528, 66529, 66530, 66532, 66533, 
    66534, 66535, 66536
  ) 
  AND cscart_seo_names.type = "p" 
  AND cscart_seo_names.dispatch = "" 
  AND cscart_seo_names.lang_code = 'en'

Query time 0.00076

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "16.81"
    },
    "table": {
      "table_name": "cscart_seo_names",
      "access_type": "range",
      "possible_keys": [
        "PRIMARY",
        "dispatch"
      ],
      "key": "PRIMARY",
      "used_key_parts": [
        "object_id",
        "type",
        "dispatch",
        "lang_code"
      ],
      "key_length": "206",
      "rows_examined_per_scan": 24,
      "rows_produced_per_join": 24,
      "filtered": "100.00",
      "index_condition": "((`cscart_db`.`cscart_seo_names`.`object_id` in (64749,64750,64759,64760,64761,65230,65231,65245,65251,65252,65369,65579,65581,65588,66526,66527,66528,66529,66530,66532,66533,66534,66535,66536)) and (`cscart_db`.`cscart_seo_names`.`type` = 'p') and (`cscart_db`.`cscart_seo_names`.`dispatch` = '') and (`cscart_db`.`cscart_seo_names`.`lang_code` = 'en'))",
      "cost_info": {
        "read_cost": "14.41",
        "eval_cost": "2.40",
        "prefix_cost": "16.81",
        "data_read_per_join": "40K"
      },
      "used_columns": [
        "name",
        "object_id",
        "type",
        "dispatch",
        "path",
        "lang_code"
      ]
    }
  }
}

Result

product_id seo_name seo_path
64749 pure-glo-anti-pigmentation-facial-kit32gm 2685/2690/2693
64750 sun-smart-detan-and-glo-facial-kit32gm 2685/2690/2693
64759 coffee-peel-off-face-mask 2685/2690/2826
64760 jaquine-usa-activated-charcoal-and-gold-peel-off-face-mask 2685/2690/2826
64761 jaquineusa-vitamin-c-peel-off-face-mask 2685/2690/2826
65230 no.1-dewy-glow-spa-sheet-mask-27g4ea 2685/2690/2695
65231 no.1-dewy-glow-spa-sheet-mask-27g 2685/2690/2695
65245 no.3-tingle-pore-softening-sheet-mask-27g4ea 2685/2690/2695
65251 no.4-icy-soothing-sheet-mask-27g4ea 2685/2690/2695
65252 no.4-icy-soothing-sheet-mask-27g 2685/2690/2695
65369 jeju-matcha-clay-pack 2685/2690/2693
65579 by-wishtrend-natural-vitamin-21.5-enhancing-sheet-mask 2685/2690/2695
65581 by-wishtrend-sulfur-3-clean-gel 2685/2690/2826
65588 no-more-blackhead-pore-gel-cream 2685/2690/2826
66526 collagen-nutrition-mask-sheet-17ml-pack-of-2 2685/2690/2695
66527 hyaluronic-acid-moisture-mask-sheet-17ml-pack-of-2 2685/2690/2695
66528 the-fresh-mask-sheet-avocado-20ml-pack-3 2685/2690/2695
66529 the-fresh-mask-sheet-bamboo-20ml-pack-3 2685/2690/2695
66530 the-fresh-mask-sheet-blueberry-20ml-pack-3 2685/2690/2695
66532 the-fresh-mask-sheet-honey-20ml-pack-3 2685/2690/2695
66533 the-fresh-mask-sheet-coconut-20ml-pack-3 2685/2690/2695
66534 the-fresh-mask-sheet-aloe-20ml-pack-3 2685/2690/2695
66535 the-fresh-mask-sheet-olive-20ml-pack-3 2685/2690/2695
66536 the-fresh-mask-sheet-pomegranate-20ml-pack-3 2685/2690/2695