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 (906)

Query time 0.00101

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "21.31"
    },
    "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": 7,
          "rows_produced_per_join": 7,
          "filtered": "100.00",
          "cost_info": {
            "read_cost": "1.75",
            "eval_cost": "0.70",
            "prefix_cost": "2.45",
            "data_read_per_join": "112"
          },
          "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": 26,
          "filtered": "54.46",
          "using_index": true,
          "cost_info": {
            "read_cost": "4.62",
            "eval_cost": "2.67",
            "prefix_cost": "11.97",
            "data_read_per_join": "20K"
          },
          "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": 26,
          "filtered": "100.00",
          "using_index": true,
          "cost_info": {
            "read_cost": "6.67",
            "eval_cost": "2.67",
            "prefix_cost": "21.31",
            "data_read_per_join": "2K"
          },
          "used_columns": [
            "feature_id",
            "group_id"
          ]
        }
      }
    ]
  }
}

Result

feature_id product_id variant_id group_id
553 13093 1973 906
595 13093 1789 906
622 13093 2497 906
623 13093 2501 906
624 13093 1803 906
625 13093 2123 906
626 13093 1879 906
627 13093 1659 906
628 13093 1660 906
636 13093 2348 906
637 13093 2345 906
646 13093 2369 906
647 13093 2373 906
553 13094 1973 906
595 13094 2499 906
622 13094 2497 906
623 13094 2501 906
624 13094 1803 906
625 13094 2123 906
626 13094 1879 906
627 13094 1659 906
628 13094 1660 906
636 13094 2348 906
637 13094 2345 906
646 13094 2369 906
647 13094 2373 906
553 13095 1973 906
595 13095 1787 906
622 13095 2497 906
623 13095 2501 906
624 13095 1803 906
625 13095 2123 906
626 13095 1879 906
627 13095 1659 906
628 13095 1660 906
636 13095 2348 906
637 13095 2345 906
646 13095 2369 906
647 13095 2373 906
553 13096 1973 906
595 13096 1900 906
622 13096 2497 906
623 13096 2501 906
624 13096 1803 906
625 13096 2123 906
626 13096 1879 906
627 13096 1659 906
628 13096 1660 906
636 13096 2348 906
637 13096 2345 906
646 13096 2369 906
647 13096 2373 906
553 13097 1973 906
595 13097 1899 906
622 13097 2497 906
623 13097 2501 906
624 13097 1803 906
625 13097 2123 906
626 13097 1879 906
627 13097 1659 906
628 13097 1660 906
636 13097 2348 906
637 13097 2345 906
646 13097 2369 906
647 13097 2373 906
553 13091 1973 906
595 13091 1904 906
622 13091 2497 906
623 13091 2501 906
624 13091 1803 906
625 13091 2123 906
626 13091 1879 906
627 13091 1659 906
628 13091 1660 906
636 13091 2348 906
637 13091 2345 906
646 13091 2369 906
647 13091 2373 906
553 13092 1973 906
595 13092 1905 906
622 13092 2497 906
623 13092 2501 906
624 13092 1803 906
625 13092 2123 906
626 13092 1879 906
627 13092 1659 906
628 13092 1660 906
636 13092 2348 906
637 13092 2345 906
646 13092 2369 906
647 13092 2373 906