sorry the code above EXCLUDES featured posts to show only featured its


function myFilter($query) {
if ($query->is_feed) {
$query->set( 'post__in', get_option( 'sticky_posts' ) );
...