Selamlar, test etmedim ama çalışması lazım.

<?php
if(is_category() && in_array(get_query_var('cat'), [1,2,3])){
// işlemler...
}