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

Query time 0.00043

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "19.60"
    },
    "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": 28,
          "rows_produced_per_join": 28,
          "filtered": "100.00",
          "cost_info": {
            "read_cost": "7.00",
            "eval_cost": "2.80",
            "prefix_cost": "9.80",
            "data_read_per_join": "448"
          },
          "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": 28,
          "filtered": "100.00",
          "cost_info": {
            "read_cost": "7.00",
            "eval_cost": "2.80",
            "prefix_cost": "19.60",
            "data_read_per_join": "182K"
          },
          "used_columns": [
            "product_id",
            "company_id"
          ]
        }
      }
    ]
  }
}

Result

product_id parent_product_id group_id company_id
11909 0 516 1
11910 11909 516 1
11911 11909 516 1
11912 11909 516 1
11913 11909 516 1
11914 11909 516 1
11915 11909 516 1
11916 11909 516 1
11917 11909 516 1
11918 11909 516 1
11919 11909 516 1
11920 11909 516 1
11921 11909 516 1
11922 11909 516 1
11923 11909 516 1
11924 11909 516 1
11925 11909 516 1
11926 11909 516 1
11927 11909 516 1
11928 11909 516 1