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 (
    90818, 93790, 93791, 93842, 93843, 93844, 
    93845, 94119, 94120, 94121, 94122, 
    94123, 94124, 94125, 94126, 94127, 
    94128, 94129, 94130, 94131, 94132, 
    94133, 94134, 94135
  ) 
  AND cscart_seo_names.type = "p" 
  AND cscart_seo_names.dispatch = "" 
  AND cscart_seo_names.lang_code = 'en'

Query time 0.00094

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 (90818,93790,93791,93842,93843,93844,93845,94119,94120,94121,94122,94123,94124,94125,94126,94127,94128,94129,94130,94131,94132,94133,94134,94135)) 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
90818 oval-chrome-overflow-cover 7148/7158/7159
93790 nch198b 7148/7158/7263
93791 nch198w 7148/7158/7263
93842 nts004b 7148/7158/7263
93843 nts004w 7148/7158/7263
93844 nts007b 7148/7158/7263
93845 nts007w 7148/7158/7263
94119 xty007r 7148/7158/7247
94120 xty007s 7148/7158/7247
94121 xty009 7148/7158/7247
94122 xty009pr1 7148/7158/7247
94123 xty009pr4 7148/7158/7247
94124 xty009pr8 7148/7158/7247
94125 xty009ps1 7148/7158/7247
94126 xty009ps4 7148/7158/7247
94127 xty009ps8 7148/7158/7247
94128 xty107r 7148/7158/7247
94129 xty107s 7148/7158/7247
94130 xty109r 7148/7158/7247
94131 xty109s 7148/7158/7247
94132 xty407r 7148/7158/7247
94133 xty407s 7148/7158/7247
94134 xty409r 7148/7158/7247
94135 xty409s 7148/7158/7247