SELECT 
  pfv.variant_id, 
  pfv.position, 
  pfvd.variant 
FROM 
  cscart_product_feature_variants AS pfv 
  INNER JOIN cscart_product_feature_variant_descriptions AS pfvd ON pfv.variant_id = pfvd.variant_id 
  AND pfvd.lang_code = 'ar' 
WHERE 
  pfv.variant_id IN (
    2216, 2215, 2214, 2213, 2212, 2226, 2225, 
    2224, 2223, 2222, 2230, 2229, 2228, 
    2227
  )

Query time 0.00064

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "14.71"
    },
    "nested_loop": [
      {
        "table": {
          "table_name": "pfv",
          "access_type": "range",
          "possible_keys": [
            "PRIMARY"
          ],
          "key": "PRIMARY",
          "used_key_parts": [
            "variant_id"
          ],
          "key_length": "3",
          "rows_examined_per_scan": 14,
          "rows_produced_per_join": 14,
          "filtered": "100.00",
          "index_condition": "(`softwarepirmam_hewadelivard_cscart_4`.`pfv`.`variant_id` in (2216,2215,2214,2213,2212,2226,2225,2224,2223,2222,2230,2229,2228,2227))",
          "cost_info": {
            "read_cost": "8.41",
            "eval_cost": "1.40",
            "prefix_cost": "9.81",
            "data_read_per_join": "15K"
          },
          "used_columns": [
            "variant_id",
            "position"
          ]
        }
      },
      {
        "table": {
          "table_name": "pfvd",
          "access_type": "eq_ref",
          "possible_keys": [
            "PRIMARY"
          ],
          "key": "PRIMARY",
          "used_key_parts": [
            "variant_id",
            "lang_code"
          ],
          "key_length": "9",
          "ref": [
            "softwarepirmam_hewadelivard_cscart_4.pfv.variant_id",
            "const"
          ],
          "rows_examined_per_scan": 1,
          "rows_produced_per_join": 14,
          "filtered": "100.00",
          "cost_info": {
            "read_cost": "3.50",
            "eval_cost": "1.40",
            "prefix_cost": "14.71",
            "data_read_per_join": "42K"
          },
          "used_columns": [
            "variant_id",
            "variant",
            "lang_code"
          ]
        }
      }
    ]
  }
}

Result

variant_id position variant
2212 0 TZe - 211 (6mm)
2213 10 TZe - 221 (9mm)
2214 20 TZe - 231 (12mm)
2215 30 TZe - 241 (18mm)
2216 40 TZe - 251 (24mm)
2222 10 DK-11201 (29 mm x 90 mm)
2223 20 DK-11202 (62 mm x 100 mm)
2224 30 DK-11208 (38 mm x 90 mm)
2225 40 DK-22205 (62 mm x 30.48 m)
2226 50 DK-22210 (29 mm x 30.48 m)
2227 0 BTD100BK: Black, Dye-Based
2228 10 BTD100C: Cyan, Dye-Based
2229 20 BTD100M: Magenta, Dye-Based
2230 30 BTD100Y: Yellow, Dye-Based