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, 6, 58, 165, 244, 121, 122, 152, 125, 
    146, 147, 98, 217, 211, 232, 233, 120, 
    234, 238, 239, 127, 149, 123, 237, 236, 
    231, 230, 250, 223, 170, 242, 226, 50, 
    251, 249, 248, 246, 245, 40, 247, 41, 
    243, 241, 227, 228, 220
  ) 
ORDER BY 
  cscart_product_feature_variants.position ASC, 
  cscart_product_feature_variant_descriptions.variant ASC

Query time 0.00099

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "48.31"
    },
    "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": 46,
            "rows_produced_per_join": 46,
            "filtered": "100.00",
            "index_condition": "(`test_uchur_k`.`cscart_product_feature_variants`.`variant_id` in (1,6,58,165,244,121,122,152,125,146,147,98,217,211,232,233,120,234,238,239,127,149,123,237,236,231,230,250,223,170,242,226,50,251,249,248,246,245,40,247,41,243,241,227,228,220))",
            "cost_info": {
              "read_cost": "27.61",
              "eval_cost": "4.60",
              "prefix_cost": "32.21",
              "data_read_per_join": "71K"
            },
            "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": 46,
            "filtered": "100.00",
            "cost_info": {
              "read_cost": "11.50",
              "eval_cost": "4.60",
              "prefix_cost": "48.31",
              "data_read_per_join": "143K"
            },
            "used_columns": [
              "variant_id",
              "variant",
              "lang_code"
            ]
          }
        }
      ]
    }
  }
}

Result

variant_id position color variant
41 0 60
40 0 62
211 0 ACTIVE
220 0 ALPHA
249 0 #242424 BLACK CAMOUFLAGE
223 0 EMBOSSED LOGO
226 0 EVERYDAY MESH
227 0 HEX
233 0 Logo
230 0 Logo Cap
231 0 Logo Mesh Cap
236 0 Low Cap
239 0 Mid-cap
6 0 OSFA
241 0 RANGER MESH CAP
242 0 RAPTOR CAMO MESH
244 0 ROUND PATCH
243 0 ROUND PATCH LOGO GREY
245 0 ROVE LOGO
247 0 RUBBER PATCH
237 0 #ac937f SAAS
248 0 SHADOW
250 0 STREET
238 0 #4f5b5c TAAS
251 0 VISOR
122 0 Активный отдых
98 0 #c9bdaa Бежевый
121 0 Город
50 0 Демисезон
234 0 Камуфляж + Логотип
147 0 #ffffff Китай
58 0 #ffffff Лето
146 0 #ffffff Логотип
123 0 #ffffff Мужской
217 0 #262e41 Ночной синий
232 0 #686702 Оливковый
127 0 #ffffff Охота
228 0 Патч
125 0 #ffffff Полиэстер
149 0 Рыбалка
170 0 #999999 Серый
246 0 Спорт
120 0 Туризм
152 0 #ffffff Унисекс
165 0 #000000 Черный
1 1 UCHUR