SELECT 
  variant_id, 
  yml2_unit 
FROM 
  cscart_product_feature_variant_descriptions 
WHERE 
  variant_id IN (
    '178', '182', '197', '190', '203', '207', 
    '149', '50', '58', '147', '189', '201', 
    '206', '195', '179', '183', '196', 
    '202', '205', '210', '187', '193', 
    '199'
  ) 
  AND lang_code = 'ru'

Query time 0.00054

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "16.11"
    },
    "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": 23,
      "rows_produced_per_join": 23,
      "filtered": "100.00",
      "index_condition": "((`test_uchur_k`.`cscart_product_feature_variant_descriptions`.`variant_id` in ('178','182','197','190','203','207','149','50','58','147','189','201','206','195','179','183','196','202','205','210','187','193','199')) and (`test_uchur_k`.`cscart_product_feature_variant_descriptions`.`lang_code` = 'ru'))",
      "cost_info": {
        "read_cost": "13.81",
        "eval_cost": "2.30",
        "prefix_cost": "16.11",
        "data_read_per_join": "71K"
      },
      "used_columns": [
        "variant_id",
        "lang_code",
        "yml2_unit"
      ]
    }
  }
}

Result

variant_id yml2_unit
50
58
147
149
178
179
182
183
187
189
190
193
195
196
197
199
201
202
203
205
206
207
210