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 (953)

Query time 0.00212

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "161.43"
    },
    "nested_loop": [
      {
        "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": [
            "const"
          ],
          "rows_examined_per_scan": 54,
          "rows_produced_per_join": 54,
          "filtered": "100.00",
          "cost_info": {
            "read_cost": "10.57",
            "eval_cost": "5.40",
            "prefix_cost": "15.97",
            "data_read_per_join": "864"
          },
          "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": "idx_product_feature_variant_id",
          "used_key_parts": [
            "product_id"
          ],
          "key_length": "3",
          "ref": [
            "test2_gaseus.gp.product_id"
          ],
          "rows_examined_per_scan": 7,
          "rows_produced_per_join": 205,
          "filtered": "54.46",
          "using_index": true,
          "cost_info": {
            "read_cost": "35.61",
            "eval_cost": "20.59",
            "prefix_cost": "89.38",
            "data_read_per_join": "159K"
          },
          "used_columns": [
            "feature_id",
            "product_id",
            "variant_id",
            "lang_code"
          ],
          "attached_condition": "(`test2_gaseus`.`pfv`.`lang_code` = 'en')"
        }
      },
      {
        "table": {
          "table_name": "gpf",
          "access_type": "eq_ref",
          "possible_keys": [
            "PRIMARY",
            "idx_group_id"
          ],
          "key": "PRIMARY",
          "used_key_parts": [
            "feature_id",
            "group_id"
          ],
          "key_length": "6",
          "ref": [
            "test2_gaseus.pfv.feature_id",
            "const"
          ],
          "rows_examined_per_scan": 1,
          "rows_produced_per_join": 205,
          "filtered": "100.00",
          "using_index": true,
          "cost_info": {
            "read_cost": "51.47",
            "eval_cost": "20.59",
            "prefix_cost": "161.43",
            "data_read_per_join": "20K"
          },
          "used_columns": [
            "feature_id",
            "group_id"
          ]
        }
      }
    ]
  }
}

Result

feature_id product_id variant_id group_id
553 12423 1935 953
624 12423 1803 953
625 12423 2143 953
627 12423 1954 953
628 12423 1660 953
553 12422 1935 953
624 12422 1803 953
625 12422 2132 953
627 12422 1954 953
628 12422 1660 953
553 12421 1935 953
624 12421 1803 953
625 12421 2131 953
627 12421 1954 953
628 12421 1660 953
553 12420 1935 953
624 12420 1803 953
625 12420 2415 953
627 12420 1954 953
628 12420 1660 953
553 12419 1935 953
624 12419 1803 953
625 12419 2413 953
627 12419 1954 953
628 12419 1660 953
553 12418 1935 953
624 12418 2381 953
625 12418 2143 953
627 12418 1954 953
628 12418 1660 953
553 12417 1935 953
624 12417 2381 953
625 12417 2132 953
627 12417 1954 953
628 12417 1660 953
553 12416 1935 953
624 12416 2381 953
625 12416 2131 953
627 12416 1954 953
628 12416 1660 953
553 12415 1935 953
624 12415 2381 953
625 12415 2415 953
627 12415 1954 953
628 12415 1660 953
553 12414 1935 953
624 12414 2381 953
625 12414 2413 953
627 12414 1954 953
628 12414 1660 953
553 12413 1935 953
624 12413 1949 953
625 12413 2143 953
627 12413 1954 953
628 12413 1660 953
553 12412 1935 953
624 12412 1949 953
625 12412 2132 953
627 12412 1954 953
628 12412 1660 953
553 12411 1935 953
624 12411 1949 953
625 12411 2131 953
627 12411 1954 953
628 12411 1660 953
553 12410 1935 953
624 12410 1949 953
625 12410 2415 953
627 12410 1954 953
628 12410 1660 953
553 12409 1935 953
624 12409 1949 953
625 12409 2413 953
627 12409 1954 953
628 12409 1660 953
553 12408 1935 953
624 12408 1803 953
625 12408 2143 953
627 12408 1836 953
628 12408 1660 953
553 12407 1935 953
624 12407 1803 953
625 12407 2132 953
627 12407 1836 953
628 12407 1660 953
553 12406 1935 953
624 12406 1803 953
625 12406 2131 953
627 12406 1836 953
628 12406 1660 953
553 12405 1935 953
624 12405 1803 953
625 12405 2415 953
627 12405 1836 953
628 12405 1660 953
553 12404 1935 953
624 12404 1803 953
625 12404 2413 953
627 12404 1836 953
628 12404 1660 953
553 12403 1935 953
624 12403 2381 953
625 12403 2143 953
627 12403 1836 953
628 12403 1660 953
553 12402 1935 953
624 12402 2381 953
625 12402 2132 953
627 12402 1836 953
628 12402 1660 953
553 12401 1935 953
624 12401 2381 953
625 12401 2131 953
627 12401 1836 953
628 12401 1660 953
553 12400 1935 953
624 12400 2381 953
625 12400 2415 953
627 12400 1836 953
628 12400 1660 953
553 12399 1935 953
624 12399 2381 953
625 12399 2413 953
627 12399 1836 953
628 12399 1660 953
553 12398 1935 953
624 12398 1949 953
625 12398 2143 953
627 12398 1836 953
628 12398 1660 953
553 12397 1935 953
624 12397 1949 953
625 12397 2132 953
627 12397 1836 953
628 12397 1660 953
553 12396 1935 953
624 12396 1949 953
625 12396 2131 953
627 12396 1836 953
628 12396 1660 953
553 12395 1935 953
624 12395 1949 953
625 12395 2415 953
627 12395 1836 953
628 12395 1660 953
553 12394 1935 953
624 12394 1949 953
625 12394 2413 953
627 12394 1836 953
628 12394 1660 953
553 12393 1935 953
624 12393 1803 953
625 12393 2143 953
627 12393 2290 953
628 12393 1660 953
553 12392 1935 953
624 12392 1803 953
625 12392 2132 953
627 12392 2290 953
628 12392 1660 953
553 12391 1935 953
624 12391 1803 953
625 12391 2131 953
627 12391 2290 953
628 12391 1660 953
553 12390 1935 953
624 12390 1803 953
625 12390 2415 953
627 12390 2290 953
628 12390 1660 953
553 12389 1935 953
624 12389 1803 953
625 12389 2413 953
627 12389 2290 953
628 12389 1660 953
553 12388 1935 953
624 12388 2381 953
625 12388 2143 953
627 12388 2290 953
628 12388 1660 953
553 12387 1935 953
624 12387 2381 953
625 12387 2132 953
627 12387 2290 953
628 12387 1660 953
553 12386 1935 953
624 12386 2381 953
625 12386 2131 953
627 12386 2290 953
628 12386 1660 953
553 12385 1935 953
624 12385 2381 953
625 12385 2415 953
627 12385 2290 953
628 12385 1660 953
553 12384 1935 953
624 12384 2381 953
625 12384 2413 953
627 12384 2290 953
628 12384 1660 953
553 12383 1935 953
624 12383 1949 953
625 12383 2143 953
627 12383 2290 953
628 12383 1660 953
553 12382 1935 953
624 12382 1949 953
625 12382 2132 953
627 12382 2290 953
628 12382 1660 953
553 12381 1935 953
624 12381 1949 953
625 12381 2131 953
627 12381 2290 953
628 12381 1660 953
553 12380 1935 953
624 12380 1949 953
625 12380 2415 953
627 12380 2290 953
628 12380 1660 953
553 12379 1935 953
624 12379 1949 953
625 12379 2413 953
627 12379 2290 953
628 12379 1660 953