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 (
    1653, 1652, 1707, 1610, 1609, 1600, 1599, 
    1558, 1560, 1559, 2758, 2315, 1596, 
    1724, 1783, 2444, 1755, 1682
  )

Query time 0.00073

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "18.91"
    },
    "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": 18,
          "rows_produced_per_join": 18,
          "filtered": "100.00",
          "index_condition": "(`softwarepirmam_hewadelivard_cscart_4`.`pfv`.`variant_id` in (1653,1652,1707,1610,1609,1600,1599,1558,1560,1559,2758,2315,1596,1724,1783,2444,1755,1682))",
          "cost_info": {
            "read_cost": "10.81",
            "eval_cost": "1.80",
            "prefix_cost": "12.61",
            "data_read_per_join": "20K"
          },
          "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": 18,
          "filtered": "100.00",
          "cost_info": {
            "read_cost": "4.50",
            "eval_cost": "1.80",
            "prefix_cost": "18.91",
            "data_read_per_join": "54K"
          },
          "used_columns": [
            "variant_id",
            "variant",
            "lang_code"
          ]
        }
      }
    ]
  }
}

Result

variant_id position variant
1558 80 Pink
1559 0 White
1560 0 Black
1596 0 Green
1599 0 Midnight Black
1600 0 Blue
1609 0 Purple
1610 30 Starlight
1652 0 Ceramic White
1653 0 Titan Grey
1682 33 Light Blue
1707 0 Orange
1724 0 Obsidian Black
1755 125 Navy Blue
1783 0 Dark blue
2315 0 Red
2444 0 Glacier White
2758 0 Gold