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

Query time 0.00189

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "85.40"
    },
    "nested_loop": [
      {
        "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": [
            "const"
          ],
          "rows_examined_per_scan": 4,
          "rows_produced_per_join": 4,
          "filtered": "100.00",
          "cost_info": {
            "read_cost": "1.00",
            "eval_cost": "0.40",
            "prefix_cost": "1.40",
            "data_read_per_join": "416"
          },
          "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": [
            "const"
          ],
          "rows_examined_per_scan": 30,
          "rows_produced_per_join": 120,
          "filtered": "100.00",
          "cost_info": {
            "read_cost": "30.00",
            "eval_cost": "12.00",
            "prefix_cost": "43.40",
            "data_read_per_join": "1K"
          },
          "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": [
            "test2_gaseus.gpf.feature_id",
            "test2_gaseus.gp.product_id",
            "const"
          ],
          "rows_examined_per_scan": 1,
          "rows_produced_per_join": 120,
          "filtered": "100.00",
          "cost_info": {
            "read_cost": "30.00",
            "eval_cost": "12.00",
            "prefix_cost": "85.40",
            "data_read_per_join": "92K"
          },
          "used_columns": [
            "feature_id",
            "product_id",
            "variant_id",
            "lang_code"
          ]
        }
      }
    ]
  }
}

Result

feature_id product_id variant_id group_id
553 12483 1935 861
553 12484 1935 861
553 12485 1935 861
553 12486 1935 861
553 12487 1935 861
553 12488 1935 861
553 12489 1935 861
553 12490 1935 861
553 12491 1935 861
553 12482 1935 861
553 12481 1935 861
553 12480 1935 861
553 12479 1935 861
553 12478 1935 861
553 12477 1935 861
553 12476 1935 861
553 12475 1935 861
553 12474 1935 861
553 12473 1935 861
553 12472 1935 861
553 12471 1935 861
553 12470 1935 861
553 12469 1935 861
553 12468 1935 861
553 12467 1935 861
553 12466 1935 861
553 12465 1935 861
553 12464 1935 861
553 12493 1935 861
553 12492 1935 861
628 12483 1660 861
628 12484 1660 861
628 12485 1660 861
628 12486 1660 861
628 12487 1660 861
628 12488 1660 861
628 12489 1660 861
628 12490 1660 861
628 12491 1660 861
628 12482 1660 861
628 12481 1660 861
628 12480 1660 861
628 12479 1660 861
628 12478 1660 861
628 12477 1660 861
628 12476 1660 861
628 12475 1660 861
628 12474 1660 861
628 12473 1660 861
628 12472 1660 861
628 12471 1660 861
628 12470 1660 861
628 12469 1660 861
628 12468 1660 861
628 12467 1660 861
628 12466 1660 861
628 12465 1660 861
628 12464 1660 861
628 12493 1660 861
628 12492 1660 861
627 12483 1836 861
627 12484 1954 861
627 12485 1954 861
627 12486 1954 861
627 12487 1954 861
627 12488 1954 861
627 12489 1954 861
627 12490 1954 861
627 12491 1954 861
627 12482 1836 861
627 12481 1836 861
627 12480 1836 861
627 12479 1836 861
627 12478 1836 861
627 12477 1836 861
627 12476 1836 861
627 12475 1836 861
627 12474 1836 861
627 12473 2290 861
627 12472 2290 861
627 12471 2290 861
627 12470 2290 861
627 12469 2290 861
627 12468 2290 861
627 12467 2290 861
627 12466 2290 861
627 12465 2290 861
627 12464 2290 861
627 12493 1954 861
627 12492 1954 861
624 12483 1803 861
624 12484 1705 861
624 12485 1705 861
624 12486 1705 861
624 12487 1705 861
624 12488 1705 861
624 12489 1803 861
624 12490 1803 861
624 12491 1803 861
624 12482 1803 861
624 12481 1803 861
624 12480 1803 861
624 12479 1803 861
624 12478 1705 861
624 12477 1705 861
624 12476 1705 861
624 12475 1705 861
624 12474 1705 861
624 12473 1803 861
624 12472 1803 861
624 12471 1803 861
624 12470 1803 861
624 12469 1803 861
624 12468 1705 861
624 12467 1705 861
624 12466 1705 861
624 12465 1705 861
624 12464 1705 861
624 12493 1803 861
624 12492 1803 861
625 12483 2421 861
625 12484 2413 861
625 12485 2415 861
625 12486 2419 861
625 12487 2420 861
625 12488 2421 861
625 12489 2413 861
625 12490 2415 861
625 12491 2419 861
625 12482 2420 861
625 12481 2419 861
625 12480 2415 861
625 12479 2413 861
625 12478 2421 861
625 12477 2420 861
625 12476 2419 861
625 12475 2415 861
625 12474 2413 861
625 12473 2421 861
625 12472 2420 861
625 12471 2419 861
625 12470 2415 861
625 12469 2413 861
625 12468 2421 861
625 12467 2420 861
625 12466 2419 861
625 12465 2415 861
625 12464 2413 861
625 12493 2421 861
625 12492 2420 861