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 (
    264193, 264918, 264919, 264920, 264921, 
    264922, 264923, 264924, 264925, 264926
  ) 
  AND cscart_seo_names.type = "p" 
  AND cscart_seo_names.dispatch = "" 
  AND cscart_seo_names.lang_code = 'en'

Query time 0.00083

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 (264193,264918,264919,264920,264921,264922,264923,264924,264925,264926)) 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
264193 sandals-with-heel-and-ankle-strap-en 2653/2804/2879
264918 black-sandals-with-heel-and-ankle-strap 2653/2804/2879
264919 black-sandals-with-heel-and-ankle-strap-en 2653/2804/2879
264920 sandals-with-heel-and-wrist-belt-sq 2653/2804/2879
264921 sandals-with-heel-and-ankle-strap 2653/2804/2879
264922 sandals-with-heel-and-ankle-strap-en-2 2653/2804/2879
264923 sandals-with-heel-and-ankle-strap-en-3 2653/2804/2879
264924 sandals-with-heel-and-ankle-strap-en-4 2653/2804/2879
264925 sandals-with-heel-and-ankle-strap-en-5 2653/2804/2879
264926 sandals-with-heel-and-ankle-strap-en-6 2653/2804/2879