I currently have this left join as part of a query:
LEFT JOIN movies t3 ON t1.movie_id = t3.movie_id AND t3.popularity = 0
The trouble is that
you could try to add GROUP BY t3.movie_id to the first query
GROUP BY t3.movie_id