Filtering all posts AND sticky posts through meta_query

You might try

$query->set( 'ignore_sticky_posts', 1 );

to stop the sticky posts from being prepended.