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

Query time 0.00088

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "12.17"
    },
    "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": 4,
          "rows_produced_per_join": 4,
          "filtered": "100.00",
          "cost_info": {
            "read_cost": "1.00",
            "eval_cost": "0.40",
            "prefix_cost": "1.40",
            "data_read_per_join": "64"
          },
          "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": 15,
          "filtered": "54.46",
          "using_index": true,
          "cost_info": {
            "read_cost": "2.64",
            "eval_cost": "1.53",
            "prefix_cost": "6.84",
            "data_read_per_join": "11K"
          },
          "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": 15,
          "filtered": "100.00",
          "using_index": true,
          "cost_info": {
            "read_cost": "3.81",
            "eval_cost": "1.53",
            "prefix_cost": "12.18",
            "data_read_per_join": "1K"
          },
          "used_columns": [
            "feature_id",
            "group_id"
          ]
        }
      }
    ]
  }
}

Result

feature_id product_id variant_id group_id
553 12896 1973 884
595 12896 2451 884
622 12896 2443 884
623 12896 2471 884
624 12896 1694 884
625 12896 2464 884
626 12896 2466 884
627 12896 1659 884
628 12896 1660 884
636 12896 2344 884
637 12896 2350 884
553 12897 1973 884
595 12897 2451 884
622 12897 2443 884
623 12897 2471 884
624 12897 1694 884
625 12897 2467 884
626 12897 2463 884
627 12897 1659 884
628 12897 1660 884
636 12897 2344 884
637 12897 2350 884
553 12898 1973 884
595 12898 2451 884
622 12898 2443 884
623 12898 2471 884
624 12898 1694 884
625 12898 2467 884
626 12898 2468 884
627 12898 1659 884
628 12898 1660 884
636 12898 2344 884
637 12898 2350 884
553 12899 1973 884
595 12899 2455 884
622 12899 2448 884
623 12899 2477 884
624 12899 1694 884
625 12899 2467 884
626 12899 2468 884
627 12899 1659 884
628 12899 1660 884
636 12899 2344 884
637 12899 2350 884