$gozukecek_kategoriler = array( 12, 35 );
$args = array(
'taxonomy' => 'category',
'hide_empty' => 0,
'include' => $gozukecek_kategoriler,
);
$terms = get_terms( $args );
foreach( $terms as $term ):
echo $term->name;
endforeach;Doğru anladıysam eğer bu işinizi görür.