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 (
    1137, 1068, 1127, 1108, 1119, 1120, 1130, 
    1150, 1158, 1065, 1140, 1157, 1182, 
    1089, 1106, 1069, 1136, 1156, 1161, 
    1165
  )

Query time 0.00228

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "74.01"
    },
    "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": 60,
          "rows_produced_per_join": 60,
          "filtered": "100.00",
          "index_condition": "(`softwarepirmam_hewadelivard_cscart_4`.`gp`.`group_id` in (1137,1068,1127,1108,1119,1120,1130,1150,1158,1065,1140,1157,1182,1089,1106,1069,1136,1156,1161,1165))",
          "cost_info": {
            "read_cost": "26.01",
            "eval_cost": "6.00",
            "prefix_cost": "32.01",
            "data_read_per_join": "960"
          },
          "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": 60,
          "filtered": "100.00",
          "cost_info": {
            "read_cost": "15.00",
            "eval_cost": "6.00",
            "prefix_cost": "53.01",
            "data_read_per_join": "6K"
          },
          "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": 60,
          "filtered": "100.00",
          "cost_info": {
            "read_cost": "15.00",
            "eval_cost": "6.00",
            "prefix_cost": "74.01",
            "data_read_per_join": "46K"
          },
          "used_columns": [
            "feature_id",
            "product_id",
            "variant_id",
            "lang_code"
          ]
        }
      }
    ]
  }
}

Result

feature_id product_id variant_id group_id
779 11088 9556 1065
656 11088 9359 1065
779 11089 9557 1065
656 11089 9359 1065
779 11087 9517 1065
656 11087 6360 1065
779 11109 9574 1068
656 11109 1600 1068
779 11108 9520 1068
656 11108 1596 1068
779 11110 9575 1069
656 11110 1600 1069
779 11111 9515 1069
656 11111 1914 1069
771 11263 9324 1089
656 11263 1596 1089
779 11263 9522 1089
771 11265 9324 1089
656 11265 1600 1089
779 11265 9522 1089
656 11336 1783 1106
779 11336 9527 1106
656 11339 2077 1106
779 11339 9503 1106
656 11340 6869 1106
779 11340 9522 1106
656 11343 1596 1108
779 11343 9517 1108
656 11345 1600 1108
779 11345 9748 1108
656 11346 1600 1108
779 11346 9749 1108
656 11366 1596 1119
779 11366 9588 1119
656 11367 1558 1119
779 11367 9588 1119
656 11370 9791 1120
779 11370 9522 1120
656 11371 3037 1120
779 11371 9517 1120
656 11394 3442 1127
779 11394 9517 1127
656 11395 1682 1127
779 11395 9517 1127
656 11396 6360 1127
779 11396 9517 1127
656 11397 1783 1127
779 11397 9868 1127
656 11398 6360 1127
779 11398 9869 1127
771 11406 9397 1130
656 11406 1560 1130
779 11406 9588 1130
771 11407 9397 1130
656 11407 1596 1130
779 11407 9517 1130
656 11422 1596 1136
779 11422 9522 1136
656 11423 1914 1136
779 11423 9517 1136
656 11424 9896 1136
779 11424 9523 1136
656 11425 9897 1136
779 11425 9694 1136
656 11426 1596 1137
779 11426 9522 1137
656 11427 9791 1137
779 11427 9522 1137
656 11428 3037 1137
779 11428 9517 1137
656 11429 1600 1137
779 11429 9692 1137
656 11434 1596 1140
779 11434 9522 1140
656 11435 9872 1140
779 11435 9522 1140
656 11436 9486 1140
779 11436 9517 1140
771 11469 9356 1150
656 11469 1596 1150
779 11469 9522 1150
771 11470 9356 1150
656 11470 3037 1150
779 11470 9517 1150
771 11471 9356 1150
656 11471 9791 1150
779 11471 9522 1150
656 11487 1889 1156
779 11487 9522 1156
656 11488 1596 1156
779 11488 9522 1156
656 11489 2077 1156
779 11489 9523 1156
771 11490 9361 1157
656 11490 3037 1157
779 11490 9971 1157
771 11491 9361 1157
656 11491 1674 1157
779 11491 9972 1157
771 11492 9361 1157
656 11492 6360 1157
779 11492 9595 1157
771 11493 9341 1158
656 11493 1754 1158
779 11493 9522 1158
771 11494 9341 1158
656 11494 6360 1158
779 11494 9522 1158
771 11495 9341 1158
656 11495 3037 1158
779 11495 9517 1158
771 11505 9346 1161
656 11505 1596 1161
779 11505 9517 1161
771 11506 9346 1161
656 11506 1600 1161
779 11506 9588 1161
771 11507 9346 1161
656 11507 9802 1161
779 11507 9627 1161
656 11517 1596 1165
779 11517 9522 1165
656 11518 1674 1165
779 11518 9522 1165
656 11519 3037 1165
779 11519 9517 1165
771 11592 9444 1182
656 11592 1596 1182
779 11592 9522 1182
771 11593 9444 1182
656 11593 1600 1182
779 11593 9523 1182
771 11594 9444 1182
656 11594 3037 1182
779 11594 9517 1182