Ok just to update on this i think i found something what i need
<?php $popular = new WP_Query('orderby=comment_count&posts_per_page=10'); ?> <?php while ($popular->have_posts()) : $popular->the_post(); ?>
But i think its out dated because its not working but to shed light its something like that what i need.