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 (
    774, 959, 970, 960, 974, 972, 949, 950, 
    973, 971, 976, 951
  )

Query time 0.00075

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "36.16"
    },
    "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": 13,
          "rows_produced_per_join": 13,
          "filtered": "100.00",
          "index_condition": "(`softwarepirmam_hewadelivard_cscart_4`.`gpf`.`group_id` in (774,959,970,960,974,972,949,950,973,971,976,951))",
          "cost_info": {
            "read_cost": "7.56",
            "eval_cost": "1.30",
            "prefix_cost": "8.86",
            "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": 39,
          "filtered": "100.00",
          "cost_info": {
            "read_cost": "9.75",
            "eval_cost": "3.90",
            "prefix_cost": "22.51",
            "data_read_per_join": "624"
          },
          "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": 39,
          "filtered": "100.00",
          "cost_info": {
            "read_cost": "9.75",
            "eval_cost": "3.90",
            "prefix_cost": "36.16",
            "data_read_per_join": "30K"
          },
          "used_columns": [
            "feature_id",
            "product_id",
            "variant_id",
            "lang_code"
          ]
        }
      }
    ]
  }
}

Result

feature_id product_id variant_id group_id
656 7741 8611 774
656 7740 8612 774
656 10024 1559 949
656 10023 1783 949
656 10027 1559 950
656 10026 1560 950
656 10022 1560 951
656 10028 1559 951
656 10140 1560 959
656 10141 1560 959
656 10142 1914 959
656 10143 1914 959
656 10144 9180 959
656 10145 9180 959
648 10140 1563 959
648 10141 1564 959
648 10142 1563 959
648 10143 1564 959
648 10144 1563 959
648 10145 1564 959
656 10146 9187 960
656 10147 1682 960
656 10224 1761 970
656 10223 1600 970
656 10222 1560 970
656 10227 1559 971
656 10226 1560 971
656 10228 2077 972
656 10229 1560 972
656 10230 1725 972
656 10233 1560 973
656 10234 1600 973
656 10276 1560 974
656 10277 1600 974
656 10278 1790 974
656 10294 1560 976
656 10295 1559 976