SELECT 
  gp.*, 
  p.company_id 
FROM 
  cscart_product_variation_group_products AS gp 
  LEFT JOIN cscart_products AS p ON gp.product_id = p.product_id 
WHERE 
  gp.group_id IN (471)

Query time 0.00047

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "17.50"
    },
    "nested_loop": [
      {
        "table": {
          "table_name": "gp",
          "access_type": "ref",
          "possible_keys": [
            "idx_group_id"
          ],
          "key": "idx_group_id",
          "used_key_parts": [
            "group_id"
          ],
          "key_length": "3",
          "ref": [
            "const"
          ],
          "rows_examined_per_scan": 25,
          "rows_produced_per_join": 25,
          "filtered": "100.00",
          "cost_info": {
            "read_cost": "6.25",
            "eval_cost": "2.50",
            "prefix_cost": "8.75",
            "data_read_per_join": "400"
          },
          "used_columns": [
            "product_id",
            "parent_product_id",
            "group_id"
          ]
        }
      },
      {
        "table": {
          "table_name": "p",
          "access_type": "eq_ref",
          "possible_keys": [
            "PRIMARY"
          ],
          "key": "PRIMARY",
          "used_key_parts": [
            "product_id"
          ],
          "key_length": "3",
          "ref": [
            "gaseus.gp.product_id"
          ],
          "rows_examined_per_scan": 1,
          "rows_produced_per_join": 25,
          "filtered": "100.00",
          "cost_info": {
            "read_cost": "6.25",
            "eval_cost": "2.50",
            "prefix_cost": "17.50",
            "data_read_per_join": "163K"
          },
          "used_columns": [
            "product_id",
            "company_id"
          ]
        }
      }
    ]
  }
}

Result

product_id parent_product_id group_id company_id
11278 11259 471 1
11277 11259 471 1
11276 11259 471 1
11275 11259 471 1
11274 11259 471 1
11273 11259 471 1
11272 11259 471 1
11271 11259 471 1
11270 11259 471 1
11269 11259 471 1
11268 11259 471 1
11267 11259 471 1
11266 11259 471 1
11265 11259 471 1
11264 11259 471 1
11263 11259 471 1
11262 11259 471 1
11261 11259 471 1
11260 11259 471 1
11259 0 471 1