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

Query time 0.00068

JSON explain

{
  "query_block": {
    "select_id": 1,
    "table": {
      "table_name": "gp",
      "access_type": "ref",
      "possible_keys": ["idx_group_id"],
      "key": "idx_group_id",
      "key_length": "3",
      "used_key_parts": ["group_id"],
      "ref": ["const"],
      "rows": 13,
      "filtered": 100
    },
    "table": {
      "table_name": "p",
      "access_type": "eq_ref",
      "possible_keys": ["PRIMARY"],
      "key": "PRIMARY",
      "key_length": "3",
      "used_key_parts": ["product_id"],
      "ref": ["herbaria_cscart_4_18.gp.product_id"],
      "rows": 1,
      "filtered": 100
    }
  }
}

Result

product_id parent_product_id group_id position company_id
426 0 70 0 1
1791 426 70 0 1
1792 426 70 0 1
1793 426 70 0 1
1794 426 70 0 1
1795 426 70 0 1
1796 426 70 0 1
1797 426 70 0 1
1798 426 70 0 1
1799 426 70 0 1
1800 426 70 0 1
1801 426 70 0 1
1802 426 70 0 1