SELECT 
  cscart_product_feature_variants.variant_id, 
  cscart_product_feature_variants.position, 
  cscart_product_feature_variants.color, 
  cscart_product_feature_variant_descriptions.variant 
FROM 
  cscart_product_feature_variants 
  LEFT JOIN cscart_product_feature_variant_descriptions ON cscart_product_feature_variants.variant_id = cscart_product_feature_variant_descriptions.variant_id 
  AND cscart_product_feature_variant_descriptions.lang_code = 'ru' 
WHERE 
  cscart_product_feature_variants.variant_id IN (
    1, 59, 165, 429, 120, 121, 122, 362, 431, 
    147, 430, 447, 149, 146, 448, 433, 513, 
    127, 246, 438, 439, 440, 441, 446, 442, 
    597, 98, 1619, 1620, 170, 1623, 280, 
    1627, 1628, 1629, 1630, 1637, 1633, 
    1634, 1635, 460, 1804, 1805, 1663, 1661, 
    1662, 1349, 1664, 1667, 1668
  ) 
ORDER BY 
  cscart_product_feature_variants.position ASC, 
  cscart_product_feature_variant_descriptions.variant ASC

Query time 0.00095

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "52.51"
    },
    "ordering_operation": {
      "using_temporary_table": true,
      "using_filesort": true,
      "nested_loop": [
        {
          "table": {
            "table_name": "cscart_product_feature_variants",
            "access_type": "range",
            "possible_keys": [
              "PRIMARY"
            ],
            "key": "PRIMARY",
            "used_key_parts": [
              "variant_id"
            ],
            "key_length": "3",
            "rows_examined_per_scan": 50,
            "rows_produced_per_join": 50,
            "filtered": "100.00",
            "index_condition": "(`test_uchur_k`.`cscart_product_feature_variants`.`variant_id` in (1,59,165,429,120,121,122,362,431,147,430,447,149,146,448,433,513,127,246,438,439,440,441,446,442,597,98,1619,1620,170,1623,280,1627,1628,1629,1630,1637,1633,1634,1635,460,1804,1805,1663,1661,1662,1349,1664,1667,1668))",
            "cost_info": {
              "read_cost": "30.01",
              "eval_cost": "5.00",
              "prefix_cost": "35.01",
              "data_read_per_join": "77K"
            },
            "used_columns": [
              "variant_id",
              "color",
              "position"
            ]
          }
        },
        {
          "table": {
            "table_name": "cscart_product_feature_variant_descriptions",
            "access_type": "eq_ref",
            "possible_keys": [
              "PRIMARY"
            ],
            "key": "PRIMARY",
            "used_key_parts": [
              "variant_id",
              "lang_code"
            ],
            "key_length": "9",
            "ref": [
              "test_uchur_k.cscart_product_feature_variants.variant_id",
              "const"
            ],
            "rows_examined_per_scan": 1,
            "rows_produced_per_join": 50,
            "filtered": "100.00",
            "cost_info": {
              "read_cost": "12.50",
              "eval_cost": "5.00",
              "prefix_cost": "52.51",
              "data_read_per_join": "155K"
            },
            "used_columns": [
              "variant_id",
              "variant",
              "lang_code"
            ]
          }
        }
      ]
    }
  }
}

Result

variant_id position color variant
1668 0 0.380
1804 0 0.4
430 0 0.5
448 0 0.580
1620 0 0.59
442 0 0.6
1663 0 0.620
1623 0 0.88
1635 0 0.89
1630 0 1.18
429 0 Ceramic Thermo
1661 0 COSTA
433 0 Discovery
513 0 Ethno
1805 0 Ethno v2
1667 0 JTL-2001K-L
1662 0 JTL-2002K-L
1633 0 Protour
1619 0 Quencher H2.0
597 0 STANLEY
460 0 TERRA
122 0 Активный отдых
98 0 #c9bdaa Бежевый
280 0 #ffffff Белый
59 0 #ffffff Всесезонный
121 0 Город
447 0 Итии
440 0 Кемпинг
147 0 #ffffff Китай
1664 0 Кофейные зерна
1637 0 #c7b8af Кремовый
146 0 #ffffff Логотип
431 0 Надпись
441 0 Нержавеющая сталь
127 0 #ffffff Охота
1634 0 Переработанная нержавеющая сталь 18/8 (не содержит BPA)
439 0 Пикник
1349 0 Повседневный
362 0 Подарок
438 0 Поход
149 0 Рыбалка
1627 0 #ffccc8 Светло-розовый
1629 0 #908e86 Светло-серый
170 0 #999999 Серый
246 0 Спорт
1628 0 #21393a Темно-серый
120 0 Туризм
165 0 #000000 Черный
446 0 Этно рисунки
1 1 UCHUR