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 (
    5333, 5334, 5500, 5501, 6408, 6455, 5985, 
    8264, 6373, 8509, 8508, 8507
  ) 
  AND cscart_seo_names.type = "p" 
  AND cscart_seo_names.dispatch = "" 
  AND cscart_seo_names.lang_code = 'en'

Query time 0.00089

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "10.21"
    },
    "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": 16,
      "rows_produced_per_join": 16,
      "filtered": "100.00",
      "index_condition": "((`softwarepirmam_hewadelivard_cscart_4`.`cscart_seo_names`.`object_id` in (5333,5334,5500,5501,6408,6455,5985,8264,6373,8509,8508,8507)) and (`softwarepirmam_hewadelivard_cscart_4`.`cscart_seo_names`.`type` = 'p') and (`softwarepirmam_hewadelivard_cscart_4`.`cscart_seo_names`.`dispatch` = '') and (`softwarepirmam_hewadelivard_cscart_4`.`cscart_seo_names`.`lang_code` = 'en'))",
      "cost_info": {
        "read_cost": "8.61",
        "eval_cost": "1.60",
        "prefix_cost": "10.21",
        "data_read_per_join": "27K"
      },
      "used_columns": [
        "name",
        "object_id",
        "type",
        "dispatch",
        "path",
        "lang_code"
      ]
    }
  }
}

Result

product_id seo_name seo_path
5333 hikvision-ds-2ce76d0t-itpf-2-mp-indoor-fixed-turret-camera 521/522/536
5334 hikvision-ds-2ce76d0t-itpf-2-mp-indoor-fixed-turret-camera-en 521/522
5500 hikvision-ds-2ce16k0t-lpxts-3k-two-way-audio-and-siren-fixed-mini-bullet-camera 521/522/535
5501 hikvision-ds-2ce16k0t-lpxts-3k-two-way-audio-and-siren-fixed-mini-bullet-camera-en 521
5985 lg-50-inch-uhd-ai-ua85-4k-smart-tv-ai-magic-remote-hdr10-webos25-2025 166/174/190
6373 tcl-tv-q6c-premium-qd-mini-led 372/453/454
6408 tcl-tac-12chsatpb-1-ton-wall-mounted-split-white-inverter-amp-control 372/566/595
6455 tcl-wall-mounted-split-white-inverter-amp-control 372
8264 lg-uhd-ai-ua85-4k-smart-tv-ai-magic-remote-hdr10-webos25-2025-en 166/174/190
8507 tcl-tv-q6c-premium-qd-mini-led-85 372/453/454
8508 tcl-tv-q6c-premium-qd-mini-led-65 372/453/454
8509 tcl-tv-q6c-premium-qd-mini-led-75 372/453/454