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 (
    265042, 265041, 265040, 265039, 265038, 
    265037, 265036, 265035, 263002, 263001, 
    263000, 262999, 262997
  ) 
  AND cscart_seo_names.type = "p" 
  AND cscart_seo_names.dispatch = "" 
  AND cscart_seo_names.lang_code = 'en'

Query time 0.00107

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "18.22"
    },
    "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": 13,
      "rows_produced_per_join": 13,
      "filtered": "100.00",
      "cost_info": {
        "read_cost": "15.62",
        "eval_cost": "2.60",
        "prefix_cost": "18.22",
        "data_read_per_join": "22K"
      },
      "used_columns": [
        "name",
        "object_id",
        "type",
        "dispatch",
        "path",
        "lang_code"
      ],
      "attached_condition": "((`webmarco`.`cscart_seo_names`.`object_id` in (265042,265041,265040,265039,265038,265037,265036,265035,263002,263001,263000,262999,262997)) 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
262997 sugar-and-mandarin-body-scrub-en 4001/4003/4525/4551
262999 body-oils-it 4001/4003/4525/4551
263000 water-micellar-all-luronic-acid-it 4001/4003/4525/4551
263001 thermal-body-cream-it 4001/4003/4525/4904
263002 serum-in-cream-with-viper-venom-it 4001/4003/4525/4551
265035 institute-of-belleza-san-francesco 266/1907
265036 institute-of-belleza-san-francesco-it 266/1907
265037 institute-of-belleza-san-francesco-it-2 266/1907
265038 institute-of-belleza-san-francesco-it-3 266/1907
265039 institute-of-belleza-san-francesco-it-4 266/1907
265040 institute-of-belleza-san-francesco-it-5 266/1907
265041 institute-of-belleza-san-francesco-it-6 266/1907
265042 institute-of-belleza-san-francesco-it-7 266/1907