Loop not displaying comments_popup_link

the comments_popup_link() function will only work when used within the_loop; a ‘foreach’ loop using post Ids is not the same.

you could try to build your own link, based on this function: get_comments_number( $id ).