SELECT 
  variant_id, 
  yml2_unit 
FROM 
  cscart_product_feature_variant_descriptions 
WHERE 
  variant_id IN (
    '2908', '2595', '3705', '5136', '2099', 
    '1913', '1858', '1862', '1882', '1855', 
    '1879', '5135', '1917', '2178', '2230', 
    '2076', '2338', '2945', '1910', '5134', 
    '2543', '2127', '2049', '3095', '72', 
    '1834', '21', '182', '20', '2030', 
    '1856', '1919', '1859', '1870', '137', 
    '434', '62', '11', '1702', '79', '1512', 
    '1400', '170', '1813', 'Y', '3543', 
    '10', '1520', '443', '142', '70', '345', 
    '68', '1615'
  ) 
  AND lang_code = 'ru'

Query time 0.00117

JSON explain

{
  "query_block": {
    "select_id": 1,
    "nested_loop": [
      {
        "table": {
          "table_name": "cscart_product_feature_variant_descriptions",
          "access_type": "range",
          "possible_keys": ["PRIMARY"],
          "key": "PRIMARY",
          "key_length": "9",
          "used_key_parts": ["variant_id", "lang_code"],
          "rows": 54,
          "filtered": 100,
          "index_condition": "cscart_product_feature_variant_descriptions.variant_id in ('2908','2595','3705','5136','2099','1913','1858','1862','1882','1855','1879','5135','1917','2178','2230','2076','2338','2945','1910','5134','2543','2127','2049','3095','72','1834','21','182','20','2030','1856','1919','1859','1870','137','434','62','11','1702','79','1512','1400','170','1813','Y','3543','10','1520','443','142','70','345','68','1615') and cscart_product_feature_variant_descriptions.lang_code = 'ru'"
        }
      }
    ]
  }
}

Result

variant_id yml2_unit
10
11
20
21
62
68
70
72
79
137
142
170
182
345
434
443
1400
1512
1520
1615
1702
1813
1834
1855
1856
1858
1859
1862
1870
1879
1882
1910
1913
1917
1919
2030
2049
2076
2099
2127
2178
2230
2338
2543
2595
2908
2945
3095
3543
3705
5134
5135
5136