Use FILTER with BYROW and MATCH:
=FILTER(A2:A199,BYROW(C2:Y199,LAMBDA(row,MATCH("serial# 0001-0010",row,0))))
BYROW