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 = 'ru' 
  AND gp.group_id IN (
    146, 179, 225, 153, 228, 227, 168, 221, 
    151, 171, 172, 152, 226
  )

Query time 0.00102

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "42.36"
    },
    "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": 34,
          "rows_produced_per_join": 34,
          "filtered": "100.00",
          "index_condition": "(`test_uchur_k`.`gp`.`group_id` in (146,179,225,153,228,227,168,221,151,171,172,152,226))",
          "cost_info": {
            "read_cost": "15.16",
            "eval_cost": "3.40",
            "prefix_cost": "18.56",
            "data_read_per_join": "544"
          },
          "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": [
            "test_uchur_k.gp.group_id"
          ],
          "rows_examined_per_scan": 1,
          "rows_produced_per_join": 34,
          "filtered": "100.00",
          "cost_info": {
            "read_cost": "8.50",
            "eval_cost": "3.40",
            "prefix_cost": "30.46",
            "data_read_per_join": "3K"
          },
          "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": [
            "test_uchur_k.gpf.feature_id",
            "test_uchur_k.gp.product_id",
            "const"
          ],
          "rows_examined_per_scan": 1,
          "rows_produced_per_join": 34,
          "filtered": "100.00",
          "cost_info": {
            "read_cost": "8.50",
            "eval_cost": "3.40",
            "prefix_cost": "42.36",
            "data_read_per_join": "26K"
          },
          "used_columns": [
            "feature_id",
            "product_id",
            "variant_id",
            "lang_code"
          ]
        }
      }
    ]
  }
}

Result

feature_id product_id variant_id group_id
193 51194 1370 146
193 51193 1369 146
193 51192 1368 146
193 51191 1367 146
193 51190 1366 146
193 51189 1365 146
193 19 1371 146
193 51211 1358 151
193 51210 1357 151
193 111 1374 151
193 51212 1359 151
193 144 1357 152
193 51215 1363 152
193 51214 1362 152
193 51213 1359 152
193 51444 1358 152
193 51445 1360 152
193 51446 1361 152
193 51447 1364 152
193 51220 1364 153
193 51219 1363 153
193 51218 1362 153
193 51217 1360 153
193 51216 1358 153
193 146 1357 153
193 51448 1359 153
193 51449 1361 153
193 9 1373 168
193 59 1373 171
193 60 1373 172
193 13 1373 179
193 51347 1389 221
193 85 1388 221
193 61 1373 225
193 51350 1386 226
193 123 1385 226
193 15 1373 227
193 95 1373 228