The pagination on index.php doesn’t work on a first page

Adding ignore sticky line inside array should solve the issue 🙂

$args = array(
       'post_type'      => 'post',
       'posts_per_page' => '6',
       'ignore_sticky_posts' => 1,//this is the one :)
       'paged' => $paged,           
);