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 (
    2226, 2225, 2224, 2223, 2222, 1592, 1559, 
    1564, 1587, 1563, 1560, 2993, 1600, 
    1558, 1783, 3814, 3809, 2758, 1607, 
    8553, 8558, 8557, 8560
  )

Query time 0.00081

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "24.16"
    },
    "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": 23,
          "rows_produced_per_join": 23,
          "filtered": "100.00",
          "index_condition": "(`softwarepirmam_hewadelivard_cscart_4`.`pfv`.`variant_id` in (2226,2225,2224,2223,2222,1592,1559,1564,1587,1563,1560,2993,1600,1558,1783,3814,3809,2758,1607,8553,8558,8557,8560))",
          "cost_info": {
            "read_cost": "13.81",
            "eval_cost": "2.30",
            "prefix_cost": "16.11",
            "data_read_per_join": "26K"
          },
          "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": 23,
          "filtered": "100.00",
          "cost_info": {
            "read_cost": "5.75",
            "eval_cost": "2.30",
            "prefix_cost": "24.16",
            "data_read_per_join": "69K"
          },
          "used_columns": [
            "variant_id",
            "variant",
            "lang_code"
          ]
        }
      }
    ]
  }
}

Result

variant_id position variant
1558 80 Pink
1559 0 White
1560 0 Black
1563 30 512GB
1564 40 1TB
1587 80 12GB
1592 90 16GB
1600 0 Blue
1607 0 Silver
1783 0 Dark blue
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)
2758 0 Gold
2993 0 Mint Green
3809 0 Black/Blue
3814 0 Black/Grey
8553 90 75"
8557 40 55"
8558 70 65"
8560 20 43"