SELECT 
  variant_id, 
  yml2_unit 
FROM 
  cscart_product_feature_variant_descriptions 
WHERE 
  variant_id IN (
    '1', '158', '1298', '289', '1299', '125', 
    '126', '211', '281', '311', '504', 
    '508', '258', '494', '326', '236', 
    '462', '424', '239', '1297', '290', 
    '250', '251', '302', '122', '240', 
    '121', '127', '149', '120', '123', 
    '152', '270', '234', '146', '50', '57', 
    '58', '147', '9', '12', '19', '11', 
    '10', '6', '7', '30', '24', '26', '1453', 
    '426', '267', '507', '287', '1303', 
    '294', '262', '162', '263', '421', 
    '110', '264', '265', '422', '1305', 
    '282', '111', '313', '260', '1300', 
    '54', '304', '303', '238'
  ) 
  AND lang_code = 'kk'

Query time 0.00075

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "51.81"
    },
    "table": {
      "table_name": "cscart_product_feature_variant_descriptions",
      "access_type": "range",
      "possible_keys": [
        "PRIMARY"
      ],
      "key": "PRIMARY",
      "used_key_parts": [
        "variant_id",
        "lang_code"
      ],
      "key_length": "9",
      "rows_examined_per_scan": 74,
      "rows_produced_per_join": 74,
      "filtered": "100.00",
      "index_condition": "((`test_uchur_k`.`cscart_product_feature_variant_descriptions`.`variant_id` in ('1','158','1298','289','1299','125','126','211','281','311','504','508','258','494','326','236','462','424','239','1297','290','250','251','302','122','240','121','127','149','120','123','152','270','234','146','50','57','58','147','9','12','19','11','10','6','7','30','24','26','1453','426','267','507','287','1303','294','262','162','263','421','110','264','265','422','1305','282','111','313','260','1300','54','304','303','238')) and (`test_uchur_k`.`cscart_product_feature_variant_descriptions`.`lang_code` = 'kk'))",
      "cost_info": {
        "read_cost": "44.41",
        "eval_cost": "7.40",
        "prefix_cost": "51.81",
        "data_read_per_join": "230K"
      },
      "used_columns": [
        "variant_id",
        "lang_code",
        "yml2_unit"
      ]
    }
  }
}

Result

variant_id yml2_unit
1
6
7
9
10
11
12
19
24
26
30
50
54
57
58
110
111
120
121
122
123
125
126
127
146
147
149
152
158
162
211
234
236
238
239
240
250
251
258
260
262
263
264
265
267
270
281
282
287
289
290
294
302
303
304
311
313
326
421
422
424
426
462
494
504
507
508
1297
1298
1299
1300
1303
1305
1453