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 (911, 912, 913, 914, 907, 908, 909)

Query time 0.00246

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "96.07"
    },
    "nested_loop": [
      {
        "table": {
          "table_name": "gp",
          "access_type": "range",
          "possible_keys": [
            "PRIMARY",
            "idx_group_id"
          ],
          "key": "idx_group_id",
          "used_key_parts": [
            "group_id"
          ],
          "key_length": "3",
          "rows_examined_per_scan": 30,
          "rows_produced_per_join": 30,
          "filtered": "100.00",
          "index_condition": "(`test2_gaseus`.`gp`.`group_id` in (911,912,913,914,907,908,909))",
          "cost_info": {
            "read_cost": "12.26",
            "eval_cost": "3.00",
            "prefix_cost": "15.26",
            "data_read_per_join": "480"
          },
          "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": 114,
          "filtered": "54.46",
          "using_index": true,
          "cost_info": {
            "read_cost": "19.78",
            "eval_cost": "11.44",
            "prefix_cost": "56.04",
            "data_read_per_join": "88K"
          },
          "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",
            "test2_gaseus.gp.group_id"
          ],
          "rows_examined_per_scan": 1,
          "rows_produced_per_join": 114,
          "filtered": "100.00",
          "using_index": true,
          "cost_info": {
            "read_cost": "28.59",
            "eval_cost": "11.44",
            "prefix_cost": "96.07",
            "data_read_per_join": "11K"
          },
          "used_columns": [
            "feature_id",
            "group_id"
          ]
        }
      }
    ]
  }
}

Result

feature_id product_id variant_id group_id
553 13098 1973 907
595 13098 1904 907
622 13098 2497 907
623 13098 2501 907
624 13098 1803 907
625 13098 2513 907
626 13098 2031 907
627 13098 1659 907
628 13098 1660 907
636 13098 2348 907
637 13098 2345 907
646 13098 2369 907
647 13098 2373 907
553 13104 1973 907
595 13104 1899 907
622 13104 2497 907
623 13104 2501 907
624 13104 1803 907
625 13104 2513 907
626 13104 2031 907
627 13104 1659 907
628 13104 1660 907
636 13104 2348 907
637 13104 2345 907
646 13104 2369 907
647 13104 2373 907
553 13103 1973 907
595 13103 1900 907
622 13103 2497 907
623 13103 2501 907
624 13103 1803 907
625 13103 2513 907
626 13103 2031 907
627 13103 1659 907
628 13103 1660 907
636 13103 2348 907
637 13103 2345 907
646 13103 2369 907
647 13103 2373 907
553 13102 1973 907
595 13102 1787 907
622 13102 2497 907
623 13102 2501 907
624 13102 1803 907
625 13102 2513 907
626 13102 2031 907
627 13102 1659 907
628 13102 1660 907
636 13102 2348 907
637 13102 2345 907
646 13102 2369 907
647 13102 2373 907
553 13101 1973 907
595 13101 2499 907
622 13101 2497 907
623 13101 2501 907
624 13101 1803 907
625 13101 2513 907
626 13101 2031 907
627 13101 1659 907
628 13101 1660 907
636 13101 2348 907
637 13101 2345 907
646 13101 2369 907
647 13101 2373 907
553 13100 1973 907
595 13100 1789 907
622 13100 2497 907
623 13100 2501 907
624 13100 1803 907
625 13100 2513 907
626 13100 2031 907
627 13100 1659 907
628 13100 1660 907
636 13100 2348 907
637 13100 2345 907
646 13100 2369 907
647 13100 2373 907
553 13099 1973 907
595 13099 1905 907
622 13099 2497 907
623 13099 2501 907
624 13099 1803 907
625 13099 2513 907
626 13099 2031 907
627 13099 1659 907
628 13099 1660 907
636 13099 2348 907
637 13099 2345 907
646 13099 2369 907
647 13099 2373 907
553 13111 1973 908
595 13111 1899 908
622 13111 2497 908
623 13111 2501 908
624 13111 1803 908
625 13111 2515 908
626 13111 2032 908
627 13111 1659 908
628 13111 1660 908
636 13111 2348 908
637 13111 2345 908
646 13111 2369 908
647 13111 2373 908
553 13110 1973 908
595 13110 1900 908
622 13110 2497 908
623 13110 2501 908
624 13110 1803 908
625 13110 2515 908
626 13110 2032 908
627 13110 1659 908
628 13110 1660 908
636 13110 2348 908
637 13110 2345 908
646 13110 2369 908
647 13110 2373 908
553 13109 1973 908
595 13109 1787 908
622 13109 2497 908
623 13109 2501 908
624 13109 1803 908
625 13109 2515 908
626 13109 2032 908
627 13109 1659 908
628 13109 1660 908
636 13109 2348 908
637 13109 2345 908
646 13109 2369 908
647 13109 2373 908
553 13108 1973 908
595 13108 2499 908
622 13108 2497 908
623 13108 2501 908
624 13108 1803 908
625 13108 2515 908
626 13108 2032 908
627 13108 1659 908
628 13108 1660 908
636 13108 2348 908
637 13108 2345 908
646 13108 2369 908
647 13108 2373 908
553 13107 1973 908
595 13107 1789 908
622 13107 2497 908
623 13107 2501 908
624 13107 1803 908
625 13107 2515 908
626 13107 2032 908
627 13107 1659 908
628 13107 1660 908
636 13107 2348 908
637 13107 2345 908
646 13107 2369 908
647 13107 2373 908
553 13106 1973 908
595 13106 1905 908
622 13106 2497 908
623 13106 2501 908
624 13106 1803 908
625 13106 2515 908
626 13106 2032 908
627 13106 1659 908
628 13106 1660 908
636 13106 2348 908
637 13106 2345 908
646 13106 2369 908
647 13106 2373 908
553 13105 1973 908
595 13105 1904 908
622 13105 2497 908
623 13105 2501 908
624 13105 1803 908
625 13105 2515 908
626 13105 2032 908
627 13105 1659 908
628 13105 1660 908
636 13105 2348 908
637 13105 2345 908
646 13105 2369 908
647 13105 2373 908
553 13114 1973 909
595 13114 2451 909
622 13114 2497 909
623 13114 2518 909
624 13114 1803 909
625 13114 2517 909
626 13114 2057 909
627 13114 1659 909
628 13114 1660 909
636 13114 2348 909
637 13114 2345 909
646 13114 2369 909
647 13114 2373 909
553 13112 1973 909
595 13112 1904 909
622 13112 2497 909
623 13112 2518 909
624 13112 1803 909
625 13112 2517 909
626 13112 2057 909
627 13112 1659 909
628 13112 1660 909
636 13112 2348 909
637 13112 2345 909
646 13112 2369 909
647 13112 2373 909
553 13113 1973 909
595 13113 1905 909
622 13113 2497 909
623 13113 2518 909
624 13113 1803 909
625 13113 2517 909
626 13113 2057 909
627 13113 1659 909
628 13113 1660 909
636 13113 2348 909
637 13113 2345 909
646 13113 2369 909
647 13113 2373 909
553 13117 1973 909
595 13117 1899 909
622 13117 2497 909
623 13117 2518 909
624 13117 1803 909
625 13117 2517 909
626 13117 2057 909
627 13117 1659 909
628 13117 1660 909
636 13117 2348 909
637 13117 2345 909
646 13117 2369 909
647 13117 2373 909
553 13116 1973 909
595 13116 1900 909
622 13116 2497 909
623 13116 2518 909
624 13116 1803 909
625 13116 2517 909
626 13116 2057 909
627 13116 1659 909
628 13116 1660 909
636 13116 2348 909
637 13116 2345 909
646 13116 2369 909
647 13116 2373 909
553 13115 1973 909
595 13115 1787 909
622 13115 2497 909
623 13115 2518 909
624 13115 1803 909
625 13115 2517 909
626 13115 2057 909
627 13115 1659 909
628 13115 1660 909
636 13115 2348 909
637 13115 2345 909
646 13115 2369 909
647 13115 2373 909
553 13124 1973 911
595 13124 2000 911
622 13124 2504 911
623 13124 2501 911
624 13124 1803 911
625 13124 2413 911
626 13124 2003 911
627 13124 1659 911
628 13124 1660 911
636 13124 2348 911
637 13124 2345 911
646 13124 2369 911
647 13124 2373 911
553 13125 1973 912
595 13125 2000 912
622 13125 2504 912
623 13125 2501 912
624 13125 1803 912
625 13125 2413 912
626 13125 1680 912
627 13125 1659 912
628 13125 1660 912
636 13125 2348 912
637 13125 2345 912
646 13125 2369 912
647 13125 2373 912
553 13126 1973 913
595 13126 2000 913
622 13126 2504 913
623 13126 2501 913
624 13126 1803 913
625 13126 2413 913
626 13126 2536 913
627 13126 1659 913
628 13126 1660 913
636 13126 2348 913
637 13126 2345 913
646 13126 2369 913
647 13126 2373 913
553 13133 1912 914
595 13133 1899 914
622 13133 2497 914
623 13133 2524 914
624 13133 1803 914
625 13133 2122 914
626 13133 2043 914
627 13133 2378 914
628 13133 1660 914
636 13133 2348 914
637 13133 2345 914
646 13133 2369 914
647 13133 2373 914
553 13132 1912 914
595 13132 1900 914
622 13132 2497 914
623 13132 2524 914
624 13132 1803 914
625 13132 2122 914
626 13132 2043 914
627 13132 2378 914
628 13132 1660 914
636 13132 2348 914
637 13132 2345 914
646 13132 2369 914
647 13132 2373 914
553 13131 1912 914
595 13131 1787 914
622 13131 2497 914
623 13131 2524 914
624 13131 1803 914
625 13131 2122 914
626 13131 2043 914
627 13131 2378 914
628 13131 1660 914
636 13131 2348 914
637 13131 2345 914
646 13131 2369 914
647 13131 2373 914
553 13130 1912 914
595 13130 2499 914
622 13130 2497 914
623 13130 2524 914
624 13130 1803 914
625 13130 2122 914
626 13130 2043 914
627 13130 2378 914
628 13130 1660 914
636 13130 2348 914
637 13130 2345 914
646 13130 2369 914
647 13130 2373 914
553 13129 1912 914
595 13129 1789 914
622 13129 2497 914
623 13129 2524 914
624 13129 1803 914
625 13129 2122 914
626 13129 2043 914
627 13129 2378 914
628 13129 1660 914
636 13129 2348 914
637 13129 2345 914
646 13129 2369 914
647 13129 2373 914
553 13128 1912 914
595 13128 1905 914
622 13128 2497 914
623 13128 2524 914
624 13128 1803 914
625 13128 2122 914
626 13128 2043 914
627 13128 2378 914
628 13128 1660 914
636 13128 2348 914
637 13128 2345 914
646 13128 2369 914
647 13128 2373 914
553 13127 1912 914
595 13127 1904 914
622 13127 2497 914
623 13127 2524 914
624 13127 1803 914
625 13127 2122 914
626 13127 2043 914
627 13127 2378 914
628 13127 1660 914
636 13127 2348 914
637 13127 2345 914
646 13127 2369 914
647 13127 2373 914