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 (
    101555, 101561, 101562, 101563, 101564, 
    101570, 101571, 101572, 101573, 101814, 
    101815, 101816, 101817, 101818, 101819, 
    101820, 101821, 101822, 101823, 101824, 
    101825, 101826, 101827, 101828
  ) 
  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": "10.82"
    },
    "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": 24,
      "rows_produced_per_join": 24,
      "filtered": "100.00",
      "cost_info": {
        "read_cost": "8.42",
        "eval_cost": "2.40",
        "prefix_cost": "10.82",
        "data_read_per_join": "40K"
      },
      "used_columns": [
        "name",
        "object_id",
        "type",
        "dispatch",
        "path",
        "lang_code"
      ],
      "attached_condition": "((`nuie_scalesta_net`.`cscart_seo_names`.`object_id` in (101555,101561,101562,101563,101564,101570,101571,101572,101573,101814,101815,101816,101817,101818,101819,101820,101821,101822,101823,101824,101825,101826,101827,101828)) and (`nuie_scalesta_net`.`cscart_seo_names`.`type` = 'p') and (`nuie_scalesta_net`.`cscart_seo_names`.`dispatch` = '') and (`nuie_scalesta_net`.`cscart_seo_names`.`lang_code` = 'en'))"
    }
  }
}

Result

product_id seo_name seo_path
101555 stp3tw02-m 7143/7144/7145
101561 stp4tr02-m 7143/7144/7145
101562 stp4tr03-m 7143/7144/7147
101563 stp4tw01-m 7143/7144/7146
101564 stp4tw02-m 7143/7144/7145
101570 stp8tr02-m 7143/7144/7145
101571 stp8tr03-m 7143/7144/7147
101572 stp8tw01-m 7143/7144/7146
101573 stp8tw02-m 7143/7144/7145
101814 sy-vgtr02bb 7143/7144/7146
101815 sy-vgtr02bb-p 7143/7144/7146
101816 sy-vgtr02bp 7143/7144/7146
101817 sy-vgtr02bp-p 7143/7144/7146
101818 sy-vgtr02bz 7143/7144/7146
101819 sy-vgtr02bz-p 7143/7144/7146
101820 sy-vgtr02cr 7143/7144/7146
101821 sy-vgtr02cr-p 7143/7144/7146
101822 sy-vgtr02mb 7143/7144/7146
101823 sy-vgtr02mb-p 7143/7144/7146
101824 sy-vgtr03bb 7143/7144/7145
101825 sy-vgtr03bb-p 7143/7144/7145
101826 sy-vgtr03bp 7143/7144/7145
101827 sy-vgtr03bp-p 7143/7144/7145
101828 sy-vgtr03bz 7143/7144/7145