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 (4, 1, 8, 9, 10) 
  AND cscart_seo_names.type = "p" 
  AND cscart_seo_names.dispatch = "" 
  AND cscart_seo_names.lang_code = 'en'

Query time 0.00084

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "7.02"
    },
    "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": 5,
      "rows_produced_per_join": 5,
      "filtered": "100.00",
      "cost_info": {
        "read_cost": "6.02",
        "eval_cost": "1.00",
        "prefix_cost": "7.02",
        "data_read_per_join": "8K"
      },
      "used_columns": [
        "name",
        "object_id",
        "type",
        "dispatch",
        "path",
        "lang_code"
      ],
      "attached_condition": "((`twebezli_Commercemodalpopup`.`cscart_seo_names`.`object_id` in (4,1,8,9,10)) and (`twebezli_Commercemodalpopup`.`cscart_seo_names`.`type` = 'p') and (`twebezli_Commercemodalpopup`.`cscart_seo_names`.`dispatch` = '') and (`twebezli_Commercemodalpopup`.`cscart_seo_names`.`lang_code` = 'en'))"
    }
  }
}

Result

product_id seo_name seo_path
1 65-class-64-5-diag-led-8000-series-smart-tv 166/174/190
4 40-class-40-0-diag-led-5003-series-tv 166/174/190
8 toshiba-32tl515u-32-class-1080p-3d-led-hd-tv 166/174/193
9 toshiba-42tl515u-42-class-1080p-3d-led-hd-tv 166/174/193
10 toshiba-47tl515u-47-class-1080p-3d-led-hd-tv 166/174/193