<?php $args = array(
'post__in' => $doctors,
'orderby' => 'post__in'
);
$query = new WP_Query( $args ); while ( $query->have_posts() ) {
$query->the_post(); ?>
<?php the_title(); ?>
array(2) {
["post__in"]=>
array(2) {
[0]=>
int(10320)
[1]=>
int(10331)
}
["orderby"]=>
string(8) "post__in"
}