Show scheduled posts in main loop but not in WP_Query?

The problem was with my code. I was using wp_reset_postdata() before a section that shows the post title, which made it look like the WP_Query wasn’t working. Here’s my code now (it’s a slider that shows latest posts, and the regular feed shows scheduled posts). I updated my question with my new code