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 (
    262380, 262381, 262382, 262383, 262384, 
    262385, 262386, 262387, 262388, 262389
  ) 
  AND cscart_seo_names.type = "p" 
  AND cscart_seo_names.dispatch = "" 
  AND cscart_seo_names.lang_code = 'en'

Query time 0.00069

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "14.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": 10,
      "rows_produced_per_join": 10,
      "filtered": "100.00",
      "cost_info": {
        "read_cost": "12.02",
        "eval_cost": "2.00",
        "prefix_cost": "14.02",
        "data_read_per_join": "16K"
      },
      "used_columns": [
        "name",
        "object_id",
        "type",
        "dispatch",
        "path",
        "lang_code"
      ],
      "attached_condition": "((`webmarco`.`cscart_seo_names`.`object_id` in (262380,262381,262382,262383,262384,262385,262386,262387,262388,262389)) and (`webmarco`.`cscart_seo_names`.`type` = 'p') and (`webmarco`.`cscart_seo_names`.`dispatch` = '') and (`webmarco`.`cscart_seo_names`.`lang_code` = 'en'))"
    }
  }
}

Result

product_id seo_name seo_path
262380 hotel-h103-sq 266/2577/2578
262381 hotel-h103-sq-2 266/2577/2578
262382 hotel-h103-sq-3 266/2577/2578
262383 hotel-h103-sq-4 266/2577/2578
262384 hotel-h103-sq-5 266/2577/2578
262385 hotel-h103-sq-6 266/2577/2578
262386 hotel-h103-sq-7 266/2577/2578
262387 hotel-h103-sq-8 266/2577/2578
262388 hotel-h103-sq-9 266/2577/2578
262389 hotel-h103-sq-10 266/2577/2578