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 (
    100630, 100632, 100634, 100636, 100638, 
    100640, 100643, 100647, 100879, 100882, 
    100888, 100889, 100892, 100896, 100898, 
    100905, 100911, 101110, 101111, 101119, 
    101120, 101128, 101129, 101512, 101513, 
    101521, 101522, 101530, 101531, 101550
  ) 
  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": "13.52"
    },
    "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": 30,
      "rows_produced_per_join": 30,
      "filtered": "100.00",
      "cost_info": {
        "read_cost": "10.52",
        "eval_cost": "3.00",
        "prefix_cost": "13.52",
        "data_read_per_join": "50K"
      },
      "used_columns": [
        "name",
        "object_id",
        "type",
        "dispatch",
        "path",
        "lang_code"
      ],
      "attached_condition": "((`nuie_scalesta_net`.`cscart_seo_names`.`object_id` in (100630,100632,100634,100636,100638,100640,100643,100647,100879,100882,100888,100889,100892,100896,100898,100905,100911,101110,101111,101119,101120,101128,101129,101512,101513,101521,101522,101530,101531,101550)) 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
100630 tt605-p 7184/7186
100632 tt705-p 7184/7186
100634 tt751-p 7184/7186
100636 tt761-p 7184/7186
100638 tt771-p 7184/7186
100640 tt853-p 7184/7186
100643 ttr-clu05-p 7184/7186
100647 ttr-lev05-p 7184/7186
100879 wil303-m 7184/7186
100882 win1503-p 7184/7186
100888 win300-p 7184/7186
100889 win303-p 7184/7186
100892 win308-p 7184/7186
100896 win333-p 7184/7186
100898 win403-p 7184/7186
100905 win703-p 7184/7186
100911 win803-p 7184/7186
101110 esk333c-m 7184/7186
101111 esk333p-m 7184/7186
101119 esk433c-m 7184/7186
101120 esk433p-m 7184/7186
101128 esk833c-m 7184/7186
101129 esk833p-m 7184/7186
101512 riv333c-m 7184/7186
101513 riv333p-m 7184/7186
101521 riv433c-m 7184/7186
101522 riv433p-m 7184/7186
101530 riv833c-m 7184/7186
101531 riv833p-m 7184/7186
101550 stp333c-m 7184/7186