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 (
    1097, 590, 1088, 1091, 1048, 1092, 1144, 
    1070, 1073, 1062, 1085, 1061, 1066
  )

Query time 0.00077

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "36.41"
    },
    "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 (1097,590,1088,1091,1048,1092,1144,1070,1073,1062,1085,1061,1066))",
          "cost_info": {
            "read_cost": "7.81",
            "eval_cost": "1.30",
            "prefix_cost": "9.11",
            "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.76",
            "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.41",
            "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 5309 1607 590
656 5331 1560 590
656 5332 2315 590
656 10956 1783 1048
656 10957 1600 1048
656 10958 1674 1048
656 10959 4705 1048
656 10960 9049 1048
656 11069 1783 1061
656 11071 1560 1061
682 11077 9011 1062
682 11074 9762 1062
656 11100 1560 1066
656 11099 1607 1066
656 11117 1560 1070
656 11118 1607 1070
656 11131 2315 1073
656 11127 2077 1073
656 11132 3421 1073
656 11223 3814 1085
656 11222 1559 1085
656 11255 1607 1088
656 11257 2077 1088
656 11258 3421 1088
656 11275 1607 1091
656 11276 1559 1091
656 11277 1596 1091
656 11278 1558 1091
656 11279 2077 1092
656 11280 1559 1092
656 11281 3421 1092
656 5346 1560 1097
656 11310 3800 1097
656 11452 9626 1144
656 11456 1560 1144
656 11457 8286 1144