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 = 'en' 
WHERE 
  cscart_product_feature_variants.variant_id IN (
    1282, 1283, 1286, 1287, 1295, 1297, 1226, 
    1294, 1296, 1298, 1284, 1299, 1300
  ) 
ORDER BY 
  cscart_product_feature_variants.position ASC, 
  cscart_product_feature_variant_descriptions.variant ASC

Query time 0.00040

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "46.81"
    },
    "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": 13,
            "rows_produced_per_join": 13,
            "filtered": "100.00",
            "index_condition": "(`cscart`.`cscart_product_feature_variants`.`variant_id` in (1282,1283,1286,1287,1295,1297,1226,1294,1296,1298,1284,1299,1300))",
            "cost_info": {
              "read_cost": "28.61",
              "eval_cost": "2.60",
              "prefix_cost": "31.21",
              "data_read_per_join": "14K"
            },
            "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": [
              "cscart.cscart_product_feature_variants.variant_id",
              "const"
            ],
            "rows_examined_per_scan": 1,
            "rows_produced_per_join": 13,
            "filtered": "100.00",
            "cost_info": {
              "read_cost": "13.00",
              "eval_cost": "2.60",
              "prefix_cost": "46.81",
              "data_read_per_join": "40K"
            },
            "used_columns": [
              "variant_id",
              "variant",
              "lang_code"
            ]
          }
        }
      ]
    }
  }
}

Result

variant_id position color variant
1295 0 #ffffff Бежево-Белый
1294 0 #ffffff Бежево-Черный
1297 0 #ffffff Бело-Черный
1284 0 #ffffff Бордово-Белый
1287 0 #ffffff Желто-Белый
1286 0 #ffffff Желто-Черный
1300 0 #ffffff Зелено-Белый
1298 0 #ffffff Зелено-Черный
1299 0 #ffffff Коричнево-Белый
1282 0 #ffffff Серо-Белый
1283 0 #ffffff Серо-Черный
1296 0 #ffffff Темно-Серо-Черный
1226 2 #ffffff Красное дерево