You cannot use get_field() to get the fields for a specific field group. You can only get the fields for a specific post. Data is saved against the post (product) where is created, not against the field group post for the group. $specs_group_id has not data and that is why you get not data.
There isn’t a way to get the fields for only a specific field group for the current post.