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

Query time 0.00192

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 13219 1973 941
595 13219 1905 941
622 13219 2497 941
623 13219 2501 941
624 13219 1803 941
625 13219 2147 941
626 13219 1829 941
627 13219 1659 941
628 13219 1660 941
636 13219 2348 941
637 13219 2345 941
646 13219 2369 941
647 13219 2373 941
553 13220 1973 941
595 13220 1789 941
622 13220 2497 941
623 13220 2501 941
624 13220 1803 941
625 13220 2147 941
626 13220 1829 941
627 13220 1659 941
628 13220 1660 941
636 13220 2348 941
637 13220 2345 941
646 13220 2369 941
647 13220 2373 941
553 13221 1973 941
595 13221 2499 941
622 13221 2497 941
623 13221 2501 941
624 13221 1803 941
625 13221 2147 941
626 13221 1829 941
627 13221 1659 941
628 13221 1660 941
636 13221 2348 941
637 13221 2345 941
646 13221 2369 941
647 13221 2373 941
553 13222 1973 941
595 13222 1787 941
622 13222 2497 941
623 13222 2501 941
624 13222 1803 941
625 13222 2147 941
626 13222 1829 941
627 13222 1659 941
628 13222 1660 941
636 13222 2348 941
637 13222 2345 941
646 13222 2369 941
647 13222 2373 941
553 13223 1973 941
595 13223 1900 941
622 13223 2497 941
623 13223 2501 941
624 13223 1803 941
625 13223 2147 941
626 13223 1829 941
627 13223 1659 941
628 13223 1660 941
636 13223 2348 941
637 13223 2345 941
646 13223 2369 941
647 13223 2373 941
553 13224 1973 941
595 13224 1899 941
622 13224 2497 941
623 13224 2501 941
624 13224 1803 941
625 13224 2147 941
626 13224 1829 941
627 13224 1659 941
628 13224 1660 941
636 13224 2348 941
637 13224 2345 941
646 13224 2369 941
647 13224 2373 941
553 13218 1973 941
595 13218 1904 941
622 13218 2497 941
623 13218 2501 941
624 13218 1803 941
625 13218 2147 941
626 13218 1829 941
627 13218 1659 941
628 13218 1660 941
636 13218 2348 941
637 13218 2345 941
646 13218 2369 941
647 13218 2373 941