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 (
    236, 231, 274, 259, 267, 271, 233, 238, 
    237, 298, 262, 388, 270, 296
  )

Query time 0.00118

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "39.21"
    },
    "nested_loop": [
      {
        "table": {
          "table_name": "gpf",
          "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": 14,
          "rows_produced_per_join": 14,
          "filtered": "100.00",
          "index_condition": "(`softwarepirmam_hewadelivard_cscart_4`.`gpf`.`group_id` in (236,231,274,259,267,271,233,238,237,298,262,388,270,296))",
          "cost_info": {
            "read_cost": "8.41",
            "eval_cost": "1.40",
            "prefix_cost": "9.81",
            "data_read_per_join": "1K"
          },
          "used_columns": [
            "feature_id",
            "group_id"
          ]
        }
      },
      {
        "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": [
            "softwarepirmam_hewadelivard_cscart_4.gpf.group_id"
          ],
          "rows_examined_per_scan": 3,
          "rows_produced_per_join": 42,
          "filtered": "100.00",
          "cost_info": {
            "read_cost": "10.50",
            "eval_cost": "4.20",
            "prefix_cost": "24.51",
            "data_read_per_join": "672"
          },
          "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": "fpl",
          "used_key_parts": [
            "feature_id",
            "product_id",
            "lang_code"
          ],
          "key_length": "12",
          "ref": [
            "softwarepirmam_hewadelivard_cscart_4.gpf.feature_id",
            "softwarepirmam_hewadelivard_cscart_4.gp.product_id",
            "const"
          ],
          "rows_examined_per_scan": 1,
          "rows_produced_per_join": 42,
          "filtered": "100.00",
          "cost_info": {
            "read_cost": "10.50",
            "eval_cost": "4.20",
            "prefix_cost": "39.21",
            "data_read_per_join": "32K"
          },
          "used_columns": [
            "feature_id",
            "product_id",
            "variant_id",
            "lang_code"
          ]
        }
      }
    ]
  }
}

Result

feature_id product_id variant_id group_id
656 2587 1560 231
656 2588 1559 231
656 2589 1600 231
656 2590 2315 231
656 2593 2315 233
656 2594 1560 233
656 2595 1600 233
656 2603 1600 236
656 2609 1559 236
656 2610 1560 236
656 2611 2315 236
656 2613 1600 237
656 2614 2315 237
656 2617 1559 238
656 2618 1560 238
656 2696 1600 259
656 2697 1609 259
656 2695 1559 259
656 2694 1560 259
656 2704 2315 262
656 2705 1596 262
656 2706 1600 262
656 2723 1560 267
656 2724 1559 267
656 2725 1609 267
656 2726 1783 267
656 2739 1600 270
656 2740 1559 270
656 2741 1558 270
656 2742 1560 271
656 2743 1559 271
656 2744 1600 271
656 2745 1609 271
656 2761 1558 274
656 2762 1559 274
656 2763 1560 274
656 2764 1783 274
656 2865 1560 296
656 2866 1559 296
656 2867 1600 296
656 2872 1560 298
656 2873 1559 298
656 2874 1600 298
656 2875 1558 298
656 3423 1559 388
656 3422 1560 388