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 (
    1726, 1725, 1724, 1607, 1560, 2231, 2237, 
    1597, 2243, 1599, 2423, 8611, 8612, 
    1600, 1790
  )

Query time 0.00088

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "15.76"
    },
    "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": 15,
          "rows_produced_per_join": 15,
          "filtered": "100.00",
          "index_condition": "(`softwarepirmam_hewadelivard_cscart_4`.`pfv`.`variant_id` in (1726,1725,1724,1607,1560,2231,2237,1597,2243,1599,2423,8611,8612,1600,1790))",
          "cost_info": {
            "read_cost": "9.01",
            "eval_cost": "1.50",
            "prefix_cost": "10.51",
            "data_read_per_join": "17K"
          },
          "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": 15,
          "filtered": "100.00",
          "cost_info": {
            "read_cost": "3.75",
            "eval_cost": "1.50",
            "prefix_cost": "15.76",
            "data_read_per_join": "45K"
          },
          "used_columns": [
            "variant_id",
            "variant",
            "lang_code"
          ]
        }
      }
    ]
  }
}

Result

variant_id position variant
1560 0 Black
1597 0 Lavender Purple
1599 0 Midnight Black
1600 0 Blue
1607 0 Silver
1724 0 Obsidian Black
1725 0 Rose Gold
1726 0 Moonlight silver
1790 0 Creamy
2231 0 Rainbow
2237 0 Silver Gray
2243 0 Light Gold
2423 0 Matte Silver
8611 0 Black Case with Black Fluororubber Strap
8612 0 Silver Case with Brown Leather Strap