SELECT 
  pfv.feature_id, 
  pfv.product_id, 
  pfv.variant_id, 
  gp.group_id 
FROM 
  cscart_product_features_values AS pfv 
  INNER JOIN cscart_product_variation_group_products AS gp ON pfv.product_id = gp.product_id 
  INNER JOIN cscart_product_variation_group_features AS gpf ON gpf.group_id = gp.group_id 
  AND gpf.feature_id = pfv.feature_id 
WHERE 
  pfv.lang_code = 'en' 
  AND gp.group_id IN (901)

Query time 0.00270

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "48.70"
    },
    "nested_loop": [
      {
        "table": {
          "table_name": "gp",
          "access_type": "ref",
          "possible_keys": [
            "PRIMARY",
            "idx_group_id"
          ],
          "key": "idx_group_id",
          "used_key_parts": [
            "group_id"
          ],
          "key_length": "3",
          "ref": [
            "const"
          ],
          "rows_examined_per_scan": 16,
          "rows_produced_per_join": 16,
          "filtered": "100.00",
          "cost_info": {
            "read_cost": "4.00",
            "eval_cost": "1.60",
            "prefix_cost": "5.60",
            "data_read_per_join": "256"
          },
          "used_columns": [
            "product_id",
            "group_id"
          ]
        }
      },
      {
        "table": {
          "table_name": "pfv",
          "access_type": "ref",
          "possible_keys": [
            "PRIMARY",
            "fl",
            "lang_code",
            "product_id",
            "fpl",
            "idx_product_feature_variant_id"
          ],
          "key": "idx_product_feature_variant_id",
          "used_key_parts": [
            "product_id"
          ],
          "key_length": "3",
          "ref": [
            "test2_gaseus.gp.product_id"
          ],
          "rows_examined_per_scan": 7,
          "rows_produced_per_join": 61,
          "filtered": "54.46",
          "using_index": true,
          "cost_info": {
            "read_cost": "10.55",
            "eval_cost": "6.10",
            "prefix_cost": "27.35",
            "data_read_per_join": "47K"
          },
          "used_columns": [
            "feature_id",
            "product_id",
            "variant_id",
            "lang_code"
          ],
          "attached_condition": "(`test2_gaseus`.`pfv`.`lang_code` = 'en')"
        }
      },
      {
        "table": {
          "table_name": "gpf",
          "access_type": "eq_ref",
          "possible_keys": [
            "PRIMARY",
            "idx_group_id"
          ],
          "key": "PRIMARY",
          "used_key_parts": [
            "feature_id",
            "group_id"
          ],
          "key_length": "6",
          "ref": [
            "test2_gaseus.pfv.feature_id",
            "const"
          ],
          "rows_examined_per_scan": 1,
          "rows_produced_per_join": 61,
          "filtered": "100.00",
          "using_index": true,
          "cost_info": {
            "read_cost": "15.25",
            "eval_cost": "6.10",
            "prefix_cost": "48.70",
            "data_read_per_join": "6K"
          },
          "used_columns": [
            "feature_id",
            "group_id"
          ]
        }
      }
    ]
  }
}

Result

feature_id product_id variant_id group_id
553 13135 1912 901
595 13135 1904 901
622 13135 2497 901
623 13135 2524 901
624 13135 1803 901
625 13135 2122 901
626 13135 2043 901
627 13135 2378 901
628 13135 1660 901
636 13135 2348 901
637 13135 2345 901
646 13135 2370 901
647 13135 2374 901
553 13136 1912 901
595 13136 1905 901
622 13136 2497 901
623 13136 2524 901
624 13136 1803 901
625 13136 2122 901
626 13136 2043 901
627 13136 2378 901
628 13136 1660 901
636 13136 2348 901
637 13136 2345 901
646 13136 2369 901
647 13136 2373 901
553 13137 1912 901
595 13137 1905 901
622 13137 2497 901
623 13137 2524 901
624 13137 1803 901
625 13137 2122 901
626 13137 2043 901
627 13137 2378 901
628 13137 1660 901
636 13137 2348 901
637 13137 2345 901
646 13137 2370 901
647 13137 2374 901
553 13138 1912 901
595 13138 1789 901
622 13138 2497 901
623 13138 2524 901
624 13138 1803 901
625 13138 2122 901
626 13138 2043 901
627 13138 2378 901
628 13138 1660 901
636 13138 2348 901
637 13138 2345 901
646 13138 2369 901
647 13138 2373 901
553 13139 1912 901
595 13139 1789 901
622 13139 2497 901
623 13139 2524 901
624 13139 1803 901
625 13139 2122 901
626 13139 2043 901
627 13139 2378 901
628 13139 1660 901
636 13139 2348 901
637 13139 2345 901
646 13139 2370 901
647 13139 2374 901
553 13140 1912 901
595 13140 2499 901
622 13140 2497 901
623 13140 2524 901
624 13140 1803 901
625 13140 2122 901
626 13140 2043 901
627 13140 2378 901
628 13140 1660 901
636 13140 2348 901
637 13140 2345 901
646 13140 2369 901
647 13140 2373 901
553 13141 1912 901
595 13141 2499 901
622 13141 2497 901
623 13141 2524 901
624 13141 1803 901
625 13141 2122 901
626 13141 2043 901
627 13141 2378 901
628 13141 1660 901
636 13141 2348 901
637 13141 2345 901
646 13141 2370 901
647 13141 2374 901
553 12929 1912 901
595 12929 2000 901
622 12929 2497 901
623 12929 2524 901
624 12929 1803 901
625 12929 2122 901
626 12929 2043 901
627 12929 2378 901
628 12929 1660 901
636 12929 2348 901
637 12929 2345 901
646 12929 2370 901
647 12929 2374 901
553 12928 1912 901
595 12928 2000 901
622 12928 2497 901
623 12928 2524 901
624 12928 1803 901
625 12928 2122 901
626 12928 2043 901
627 12928 2378 901
628 12928 1660 901
636 12928 2348 901
637 12928 2345 901
646 12928 2369 901
647 12928 2373 901
553 13142 1912 901
595 13142 1787 901
622 13142 2497 901
623 13142 2524 901
624 13142 1803 901
625 13142 2122 901
626 13142 2043 901
627 13142 2378 901
628 13142 1660 901
636 13142 2348 901
637 13142 2345 901
646 13142 2369 901
647 13142 2373 901
553 13143 1912 901
595 13143 1787 901
622 13143 2497 901
623 13143 2524 901
624 13143 1803 901
625 13143 2122 901
626 13143 2043 901
627 13143 2378 901
628 13143 1660 901
636 13143 2348 901
637 13143 2345 901
646 13143 2370 901
647 13143 2374 901
553 13144 1912 901
595 13144 1900 901
622 13144 2497 901
623 13144 2524 901
624 13144 1803 901
625 13144 2122 901
626 13144 2043 901
627 13144 2378 901
628 13144 1660 901
636 13144 2348 901
637 13144 2345 901
646 13144 2369 901
647 13144 2373 901
553 13145 1912 901
595 13145 1900 901
622 13145 2497 901
623 13145 2524 901
624 13145 1803 901
625 13145 2122 901
626 13145 2043 901
627 13145 2378 901
628 13145 1660 901
636 13145 2348 901
637 13145 2345 901
646 13145 2370 901
647 13145 2374 901
553 13146 1912 901
595 13146 1899 901
622 13146 2497 901
623 13146 2524 901
624 13146 1803 901
625 13146 2122 901
626 13146 2043 901
627 13146 2378 901
628 13146 1660 901
636 13146 2348 901
637 13146 2345 901
646 13146 2369 901
647 13146 2373 901
553 13147 1912 901
595 13147 1899 901
622 13147 2497 901
623 13147 2524 901
624 13147 1803 901
625 13147 2122 901
626 13147 2043 901
627 13147 2378 901
628 13147 1660 901
636 13147 2348 901
637 13147 2345 901
646 13147 2370 901
647 13147 2374 901
553 13134 1912 901
595 13134 1904 901
622 13134 2497 901
623 13134 2524 901
624 13134 1803 901
625 13134 2122 901
626 13134 2043 901
627 13134 2378 901
628 13134 1660 901
636 13134 2348 901
637 13134 2345 901
646 13134 2369 901
647 13134 2373 901