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 (
    200, 201, 202, 203, 204, 205, 206, 207, 
    208, 209, 190, 210, 211, 212, 213, 214, 
    215, 216, 217, 218, 219, 191, 220, 221, 
    222, 223, 224, 225, 226, 227, 228, 229
  ) 
  AND cscart_seo_names.type = "p" 
  AND cscart_seo_names.dispatch = "" 
  AND cscart_seo_names.lang_code = 'vi'

Query time 0.00077

JSON explain

{
  "query_block": {
    "select_id": 1,
    "table": {
      "table_name": "cscart_seo_names",
      "access_type": "ref",
      "possible_keys": ["PRIMARY", "dispatch"],
      "key": "dispatch",
      "key_length": "194",
      "used_key_parts": ["dispatch"],
      "ref": ["const"],
      "rows": 32,
      "filtered": 16.49484444,
      "index_condition": "cscart_seo_names.object_id in (200,201,202,203,204,205,206,207,208,209,190,210,211,212,213,214,215,216,217,218,219,191,220,221,222,223,224,225,226,227,228,229) and cscart_seo_names.`type` = 'p' and cscart_seo_names.dispatch = '' and cscart_seo_names.lang_code = 'vi'"
    }
  }
}

Result

product_id seo_name seo_path
190 2-test 88
191 3-test 88
200 10-test 88
201 11-test 88
202 12-test 88
203 13-test 88
204 14-test 88
205 15-test 88
206 16-6es6 88
207 17-test 88
208 18-test 88
209 19-test 88
210 20-test 88
211 21-test 88
212 22-test 88
213 23-test 88
214 24-test 88
215 25-test 88
216 26-test 88
217 27-test 88
218 28-test 88
219 29-test 88
220 30-test 88
221 31-test 88
222 32-test 88
223 33-test 88
224 34-test 88
225 35-test 88
226 36-test 88
227 37-test 88
228 38-test 88
229 39-test 88