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 (
    300, 316, 523, 386, 379, 355, 319, 546, 
    342, 281, 388, 270, 294
  )

Query time 0.00198

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "35.46"
    },
    "nested_loop": [
      {
        "table": {
          "table_name": "gp",
          "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": 28,
          "rows_produced_per_join": 28,
          "filtered": "100.00",
          "index_condition": "(`softwarepirmam_hewadelivard_cscart_4`.`gp`.`group_id` in (300,316,523,386,379,355,319,546,342,281,388,270,294))",
          "cost_info": {
            "read_cost": "13.06",
            "eval_cost": "2.80",
            "prefix_cost": "15.86",
            "data_read_per_join": "448"
          },
          "used_columns": [
            "product_id",
            "group_id"
          ]
        }
      },
      {
        "table": {
          "table_name": "gpf",
          "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.gp.group_id"
          ],
          "rows_examined_per_scan": 1,
          "rows_produced_per_join": 28,
          "filtered": "100.00",
          "cost_info": {
            "read_cost": "7.00",
            "eval_cost": "2.80",
            "prefix_cost": "25.66",
            "data_read_per_join": "2K"
          },
          "used_columns": [
            "feature_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": 28,
          "filtered": "100.00",
          "cost_info": {
            "read_cost": "7.00",
            "eval_cost": "2.80",
            "prefix_cost": "35.46",
            "data_read_per_join": "21K"
          },
          "used_columns": [
            "feature_id",
            "product_id",
            "variant_id",
            "lang_code"
          ]
        }
      }
    ]
  }
}

Result

feature_id product_id variant_id group_id
656 2739 1600 270
656 2740 1559 270
656 2741 1558 270
656 2800 1560 281
656 2801 1674 281
656 2860 1560 294
656 2861 1559 294
656 2880 1559 300
656 2881 1560 300
656 3014 1607 316
656 3015 1559 316
656 3023 1560 319
656 3024 3421 319
656 3099 1560 342
656 3100 1559 342
656 3160 1600 355
656 3161 1558 355
656 3366 1559 379
656 3367 1560 379
656 3404 1783 386
656 3405 1559 386
656 3423 1559 388
656 3422 1560 388
656 4476 1559 523
656 4475 1560 523
656 4888 1790 546
656 4891 1560 546
656 4892 1674 546