SELECT 
  pfv.feature_id, 
  pfv.product_id, 
  pfv.variant_id, 
  fv.position, 
  fvd.variant 
FROM 
  cscart_product_features_values AS pfv 
  INNER JOIN cscart_product_feature_variants AS fv ON pfv.feature_id = fv.feature_id 
  AND pfv.variant_id = fv.variant_id 
  INNER JOIN cscart_product_feature_variant_descriptions AS fvd ON pfv.variant_id = fvd.variant_id 
  AND fvd.lang_code = 'en' 
WHERE 
  pfv.feature_id IN (656, 658) 
  AND pfv.product_id IN (
    908, 3090, 2752, 1143, 2559, 2822, 2253, 
    2751, 2255, 2927, 2729, 3140, 1542, 
    3026, 853, 1540, 1544, 2251, 2252, 2254, 
    2869, 2877, 2788, 2795, 2936, 2792, 
    3021, 3373, 3011, 2760, 3060, 2880, 
    3014, 3404, 3366, 3160, 3023, 3099, 
    2800, 2860, 2775, 2767, 2562, 3548, 
    5151, 2786, 5126, 5133, 8703, 7873, 
    7871, 7874, 10455
  ) 
  AND pfv.lang_code = 'en'

Query time 0.00367

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "61.46"
    },
    "nested_loop": [
      {
        "table": {
          "table_name": "pfv",
          "access_type": "range",
          "possible_keys": [
            "PRIMARY",
            "fl",
            "variant_id",
            "lang_code",
            "product_id",
            "fpl",
            "idx_product_feature_variant_id"
          ],
          "key": "idx_product_feature_variant_id",
          "used_key_parts": [
            "product_id",
            "feature_id",
            "lang_code"
          ],
          "key_length": "12",
          "rows_examined_per_scan": 106,
          "rows_produced_per_join": 106,
          "filtered": "100.00",
          "using_index": true,
          "cost_info": {
            "read_cost": "11.91",
            "eval_cost": "10.60",
            "prefix_cost": "22.51",
            "data_read_per_join": "81K"
          },
          "used_columns": [
            "feature_id",
            "product_id",
            "variant_id",
            "lang_code"
          ],
          "attached_condition": "((`softwarepirmam_hewadelivard_cscart_4`.`pfv`.`feature_id` in (656,658)) and (`softwarepirmam_hewadelivard_cscart_4`.`pfv`.`product_id` in (908,3090,2752,1143,2559,2822,2253,2751,2255,2927,2729,3140,1542,3026,853,1540,1544,2251,2252,2254,2869,2877,2788,2795,2936,2792,3021,3373,3011,2760,3060,2880,3014,3404,3366,3160,3023,3099,2800,2860,2775,2767,2562,3548,5151,2786,5126,5133,8703,7873,7871,7874,10455)) and (`softwarepirmam_hewadelivard_cscart_4`.`pfv`.`lang_code` = 'en'))"
        }
      },
      {
        "table": {
          "table_name": "fv",
          "access_type": "eq_ref",
          "possible_keys": [
            "PRIMARY",
            "feature_id"
          ],
          "key": "PRIMARY",
          "used_key_parts": [
            "variant_id"
          ],
          "key_length": "3",
          "ref": [
            "softwarepirmam_hewadelivard_cscart_4.pfv.variant_id"
          ],
          "rows_examined_per_scan": 1,
          "rows_produced_per_join": 5,
          "filtered": "5.00",
          "cost_info": {
            "read_cost": "26.50",
            "eval_cost": "0.53",
            "prefix_cost": "59.61",
            "data_read_per_join": "6K"
          },
          "used_columns": [
            "variant_id",
            "feature_id",
            "position"
          ],
          "attached_condition": "(`softwarepirmam_hewadelivard_cscart_4`.`fv`.`feature_id` = `softwarepirmam_hewadelivard_cscart_4`.`pfv`.`feature_id`)"
        }
      },
      {
        "table": {
          "table_name": "fvd",
          "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": 5,
          "filtered": "100.00",
          "cost_info": {
            "read_cost": "1.33",
            "eval_cost": "0.53",
            "prefix_cost": "61.47",
            "data_read_per_join": "16K"
          },
          "used_columns": [
            "variant_id",
            "variant",
            "lang_code"
          ]
        }
      }
    ]
  }
}

Result

feature_id product_id variant_id position variant
658 853 1700 0 Airpods 4
656 908 1653 0 Titan Grey
656 1143 1600 0 Blue
656 1540 1912 0 Graphite
656 1542 1559 0 white
656 1544 1607 0 silver
656 2251 2441 0 Coral Green
656 2252 1597 0 Lavender Purple
656 2253 1560 0 Black
656 2254 1600 0 Blue
656 2255 1559 0 white
656 2559 1560 0 Black
656 2562 1560 0 Black
656 2729 1560 0 Black
656 2751 1783 0 Dark blue
656 2752 1724 0 Obsidian Black
656 2760 1560 0 Black
656 2767 1560 0 Black
656 2775 1559 0 white
656 2786 1560 0 Black
656 2788 1560 0 Black
656 2792 1600 0 Blue
656 2795 1560 0 Black
656 2800 1560 0 Black
656 2822 1560 0 Black
656 2860 1560 0 Black
656 2869 1560 0 Black
656 2877 1600 0 Blue
656 2880 1559 0 white
656 2927 1560 0 Black
656 2936 1682 33 Light Blue
656 3011 1609 0 Purple
656 3014 1607 0 silver
656 3021 1560 0 Black
656 3023 1560 0 Black
656 3026 1596 0 Green
656 3060 1560 0 Black
656 3090 1560 0 Black
656 3099 1560 0 Black
656 3140 1560 0 Black
656 3160 1600 0 Blue
656 3366 1559 0 white
656 3373 1558 80 Pink
656 3404 1783 0 Dark blue
656 3548 1559 0 white
656 5126 1914 0 Gray
656 5133 1560 0 Black
656 5151 1560 0 Black
656 7871 1560 0 Black
656 7873 1560 0 Black
656 7874 1560 0 Black
656 8703 1559 0 white
656 10455 1559 0 white