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

Query time 0.00138

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "36.52"
    },
    "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": 12,
          "rows_produced_per_join": 12,
          "filtered": "100.00",
          "cost_info": {
            "read_cost": "3.00",
            "eval_cost": "1.20",
            "prefix_cost": "4.20",
            "data_read_per_join": "192"
          },
          "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": 45,
          "filtered": "54.46",
          "using_index": true,
          "cost_info": {
            "read_cost": "7.91",
            "eval_cost": "4.58",
            "prefix_cost": "20.51",
            "data_read_per_join": "35K"
          },
          "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": 45,
          "filtered": "100.00",
          "using_index": true,
          "cost_info": {
            "read_cost": "11.44",
            "eval_cost": "4.58",
            "prefix_cost": "36.53",
            "data_read_per_join": "4K"
          },
          "used_columns": [
            "feature_id",
            "group_id"
          ]
        }
      }
    ]
  }
}

Result

feature_id product_id variant_id group_id
553 13052 1973 900
595 13052 1904 900
622 13052 2497 900
623 13052 2518 900
624 13052 1803 900
625 13052 2521 900
626 13052 2057 900
627 13052 1659 900
628 13052 1660 900
636 13052 2348 900
637 13052 2345 900
646 13052 2369 900
647 13052 2373 900
553 13053 1973 900
595 13053 1904 900
622 13053 2497 900
623 13053 2518 900
624 13053 1803 900
625 13053 2521 900
626 13053 2057 900
627 13053 1659 900
628 13053 1660 900
636 13053 2348 900
637 13053 2345 900
646 13053 2370 900
647 13053 2374 900
553 13054 1973 900
595 13054 1905 900
622 13054 2497 900
623 13054 2518 900
624 13054 1803 900
625 13054 2521 900
626 13054 2057 900
627 13054 1659 900
628 13054 1660 900
636 13054 2348 900
637 13054 2345 900
646 13054 2369 900
647 13054 2373 900
553 13055 1973 900
595 13055 1905 900
622 13055 2497 900
623 13055 2518 900
624 13055 1803 900
625 13055 2521 900
626 13055 2057 900
627 13055 1659 900
628 13055 1660 900
636 13055 2348 900
637 13055 2345 900
646 13055 2370 900
647 13055 2374 900
553 13056 1973 900
595 13056 2451 900
622 13056 2497 900
623 13056 2518 900
624 13056 1803 900
625 13056 2521 900
626 13056 2057 900
627 13056 1659 900
628 13056 1660 900
636 13056 2348 900
637 13056 2345 900
646 13056 2369 900
647 13056 2373 900
553 13057 1973 900
595 13057 2451 900
622 13057 2497 900
623 13057 2518 900
624 13057 1803 900
625 13057 2521 900
626 13057 2057 900
627 13057 1659 900
628 13057 1660 900
636 13057 2348 900
637 13057 2345 900
646 13057 2370 900
647 13057 2374 900
553 13058 1973 900
595 13058 1787 900
622 13058 2497 900
623 13058 2518 900
624 13058 1803 900
625 13058 2521 900
626 13058 2057 900
627 13058 1659 900
628 13058 1660 900
636 13058 2348 900
637 13058 2345 900
646 13058 2369 900
647 13058 2373 900
553 13059 1973 900
595 13059 1787 900
622 13059 2497 900
623 13059 2518 900
624 13059 1803 900
625 13059 2521 900
626 13059 2057 900
627 13059 1659 900
628 13059 1660 900
636 13059 2348 900
637 13059 2345 900
646 13059 2370 900
647 13059 2374 900
553 13060 1973 900
595 13060 1900 900
622 13060 2497 900
623 13060 2518 900
624 13060 1803 900
625 13060 2521 900
626 13060 2057 900
627 13060 1659 900
628 13060 1660 900
636 13060 2348 900
637 13060 2345 900
646 13060 2369 900
647 13060 2373 900
553 13061 1973 900
595 13061 1900 900
622 13061 2497 900
623 13061 2518 900
624 13061 1803 900
625 13061 2521 900
626 13061 2057 900
627 13061 1659 900
628 13061 1660 900
636 13061 2348 900
637 13061 2345 900
646 13061 2370 900
647 13061 2374 900
553 13062 1973 900
595 13062 1899 900
622 13062 2497 900
623 13062 2518 900
624 13062 1803 900
625 13062 2521 900
626 13062 2057 900
627 13062 1659 900
628 13062 1660 900
636 13062 2348 900
637 13062 2345 900
646 13062 2369 900
647 13062 2373 900
553 13063 1973 900
595 13063 1899 900
622 13063 2497 900
623 13063 2518 900
624 13063 1803 900
625 13063 2521 900
626 13063 2057 900
627 13063 1659 900
628 13063 1660 900
636 13063 2348 900
637 13063 2345 900
646 13063 2370 900
647 13063 2374 900