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 = 'de' 
WHERE 
  cscart_product_feature_variants.variant_id IN (
    13914, 13918, 13928, 13933, 13936, 13915, 
    13917, 13929, 13934, 13937, 13964, 
    14012, 13921, 13919, 13935, 13999, 
    13922, 14043, 14195
  ) 
ORDER BY 
  cscart_product_feature_variants.position ASC, 
  cscart_product_feature_variant_descriptions.variant ASC

Query time 0.00061

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "68.41"
    },
    "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": 19,
            "rows_produced_per_join": 19,
            "filtered": "100.00",
            "index_condition": "(`danishecarter_latest`.`cscart_product_feature_variants`.`variant_id` in (13914,13918,13928,13933,13936,13915,13917,13929,13934,13937,13964,14012,13921,13919,13935,13999,13922,14043,14195))",
            "cost_info": {
              "read_cost": "41.81",
              "eval_cost": "3.80",
              "prefix_cost": "45.61",
              "data_read_per_join": "50K"
            },
            "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": [
              "danishecarter_latest.cscart_product_feature_variants.variant_id",
              "const"
            ],
            "rows_examined_per_scan": 1,
            "rows_produced_per_join": 19,
            "filtered": "100.00",
            "cost_info": {
              "read_cost": "19.00",
              "eval_cost": "3.80",
              "prefix_cost": "68.41",
              "data_read_per_join": "57K"
            },
            "used_columns": [
              "variant_id",
              "variant",
              "lang_code"
            ]
          }
        }
      ]
    }
  }
}

Result

variant_id position color variant
13928 0 #ffffff A/C (man.)
13929 0 #ffffff Automatic air conditioning
13964 0 #ffffff Belgium
13918 0 #ffffff Diesel
13921 0 #ffffff Electric
14012 0 #ffffff EU Edition
13914 0 #ffffff Fixed
13999 0 #ffffff Germany
14043 0 #ffffff Hungary
13922 0 #ffffff Hybrid (petrol/electric)
13919 0 #ffffff LPG
13934 0 #ffffff New vehicle
13936 0 #ffffff No
13915 0 #ffffff On request
13917 0 #ffffff Petrol
14195 0 #ffffff Pre-Registration
13933 0 #ffffff Used vehicle
13935 0 #ffffff Yes
13937 0 #ffffff Yes