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 (
    81741, 81739, 81737, 81704, 81702, 81672, 
    81657, 81655, 81647, 81636, 81634, 
    81627, 81625, 81624, 81611
  ) 
  AND cscart_seo_names.type = "p" 
  AND cscart_seo_names.dispatch = "" 
  AND cscart_seo_names.lang_code = 'en'

Query time 0.00098

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "21.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": 15,
      "rows_produced_per_join": 15,
      "filtered": "100.00",
      "cost_info": {
        "read_cost": "18.03",
        "eval_cost": "3.00",
        "prefix_cost": "21.03",
        "data_read_per_join": "25K"
      },
      "used_columns": [
        "name",
        "object_id",
        "type",
        "dispatch",
        "path",
        "lang_code"
      ],
      "attached_condition": "((`webmarco`.`cscart_seo_names`.`object_id` in (81741,81739,81737,81704,81702,81672,81657,81655,81647,81636,81634,81627,81625,81624,81611)) 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
81611 short-breaded-dress-with-tulle-en 2653/2658/2837/2905
81624 tulle-dress-en 2653/2658/2837/2904
81625 tulle-dress-en-2 2653/2658/2837/2904
81627 tulle-dress-en-3 2653/2658/2837/2904
81634 long-dress-bright-fabric-en 2653/2658/2837/2904
81636 long-dress-bright-fabric 2653/2658/2837/2904
81647 long-dress-wide-glitter-skirt-en-2 2653/2658/2837/2904
81655 wonderful-long-veiled-tulle-dress-en 2653/2658/2837/2904
81657 wonderful-long-veiled-tulle-dress 2653/2658/2837/2904
81672 soft-warm-hooded-jacket 2653/2658/2800
81702 long-tulle-dress-en 2653/2658/2837/2904
81704 long-tulle-dress 2653/2658/2837/2904
81737 crossed-lace-bodice-dress-en 2653/2658/2837/2904
81739 crossed-lace-bodice-dress 2653/2658/2837/2904
81741 long-tulle-and-glitte-dress-en 2653/2658/2837/2904