SELECT 
  variant_id, 
  yml2_unit 
FROM 
  cscart_product_feature_variant_descriptions 
WHERE 
  variant_id IN (
    '2202', '1862', '1882', '1855', '2426', 
    '1874', '2667', '1856', '1859', '1870', 
    'Y', '461', '389'
  ) 
  AND lang_code = 'uk'

Query time 0.00044

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": 13,
          "filtered": 100,
          "index_condition": "cscart_product_feature_variant_descriptions.variant_id in ('2202','1862','1882','1855','2426','1874','2667','1856','1859','1870','Y','461','389') and cscart_product_feature_variant_descriptions.lang_code = 'uk'"
        }
      }
    ]
  }
}

Result

variant_id yml2_unit
389
461
1855
1856
1859
1862
1870
1874
1882
2202
2426
2667