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 (
    1560, 3421, 1559, 2315, 1600, 6284, 1750, 
    2307, 6285, 6360, 6995, 7064, 3696, 
    3607, 3616, 4850, 8551, 8558, 8557, 
    8805, 8806
  )

Query time 0.00096

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "22.06"
    },
    "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": 21,
          "rows_produced_per_join": 21,
          "filtered": "100.00",
          "index_condition": "(`softwarepirmam_hewadelivard_cscart_4`.`pfv`.`variant_id` in (1560,3421,1559,2315,1600,6284,1750,2307,6285,6360,6995,7064,3696,3607,3616,4850,8551,8558,8557,8805,8806))",
          "cost_info": {
            "read_cost": "12.61",
            "eval_cost": "2.10",
            "prefix_cost": "14.71",
            "data_read_per_join": "23K"
          },
          "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": 21,
          "filtered": "100.00",
          "cost_info": {
            "read_cost": "5.25",
            "eval_cost": "2.10",
            "prefix_cost": "22.06",
            "data_read_per_join": "63K"
          },
          "used_columns": [
            "variant_id",
            "variant",
            "lang_code"
          ]
        }
      }
    ]
  }
}

Result

variant_id position variant
1559 0 White
1560 0 Black
1600 0 Blue
1750 0 Awesome Olive
2307 0 Coral
2315 0 Red
3421 0 Beige
3607 0 Jasper Plum
3616 0 Vinca Blue/Topaz
3696 0 Kanzan Pink
4850 0 Red Velvet/Gold
6284 0 Mulberry
6285 0 Taupe
6360 0 Dark Green
6995 0 Deep purple
7064 0 Deep blue
8551 30 50
8557 40 55"
8558 70 65"
8805 100 77"
8806 110 83"