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

Query time 0.00114

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 13169 1973 934
595 13169 1904 934
622 13169 2497 934
623 13169 2501 934
624 13169 1803 934
625 13169 2123 934
626 13169 1721 934
627 13169 1659 934
628 13169 1660 934
636 13169 2348 934
637 13169 2345 934
646 13169 2370 934
647 13169 2374 934
553 13171 1973 934
595 13171 1789 934
622 13171 2497 934
623 13171 2501 934
624 13171 1803 934
625 13171 2123 934
626 13171 1721 934
627 13171 1659 934
628 13171 1660 934
636 13171 2348 934
637 13171 2345 934
646 13171 2370 934
647 13171 2374 934
553 13172 1973 934
595 13172 2499 934
622 13172 2497 934
623 13172 2501 934
624 13172 1803 934
625 13172 2123 934
626 13172 1721 934
627 13172 1659 934
628 13172 1660 934
636 13172 2348 934
637 13172 2345 934
646 13172 2370 934
647 13172 2374 934
553 13173 1973 934
595 13173 1787 934
622 13173 2497 934
623 13173 2501 934
624 13173 1803 934
625 13173 2123 934
626 13173 1721 934
627 13173 1659 934
628 13173 1660 934
636 13173 2348 934
637 13173 2345 934
646 13173 2370 934
647 13173 2374 934
553 13174 1973 934
595 13174 1900 934
622 13174 2497 934
623 13174 2501 934
624 13174 1803 934
625 13174 2123 934
626 13174 1721 934
627 13174 1659 934
628 13174 1660 934
636 13174 2348 934
637 13174 2345 934
646 13174 2370 934
647 13174 2374 934
553 13175 1973 934
595 13175 1899 934
622 13175 2497 934
623 13175 2501 934
624 13175 1803 934
625 13175 2123 934
626 13175 1721 934
627 13175 1659 934
628 13175 1660 934
636 13175 2348 934
637 13175 2345 934
646 13175 2370 934
647 13175 2374 934
553 13170 1973 934
595 13170 1905 934
622 13170 2497 934
623 13170 2501 934
624 13170 1803 934
625 13170 2123 934
626 13170 1721 934
627 13170 1659 934
628 13170 1660 934
636 13170 2348 934
637 13170 2345 934
646 13170 2370 934
647 13170 2374 934