SELECT 
  variant_id, 
  yml2_unit 
FROM 
  cscart_product_feature_variant_descriptions 
WHERE 
  variant_id IN (
    '91', '104', '111', '102', '135', '108', 
    '103', '115', '136', '109', '117', 
    '177', '110', '100', '192', '89', '121', 
    '114', '101', '106', '112', '84', '55', 
    '66', '73', '76', '78', '69', '39', 
    '77', '83', '80', '65', '71', '67', 
    '68', '74', '70', '45', '79', '81', 
    '54', '75', '82', '72'
  ) 
  AND lang_code = 'ru'

Query time 0.00243

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": 45,
          "filtered": 100,
          "index_condition": "cscart_product_feature_variant_descriptions.variant_id in ('91','104','111','102','135','108','103','115','136','109','117','177','110','100','192','89','121','114','101','106','112','84','55','66','73','76','78','69','39','77','83','80','65','71','67','68','74','70','45','79','81','54','75','82','72') and cscart_product_feature_variant_descriptions.lang_code = 'ru'"
        }
      }
    ]
  }
}

Result

variant_id yml2_unit
39
45
54
55
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
89
91
100
101
102
103
104
106
108
109
110
111
112
114
115
117
121
135
136
177
192