SQL Server will expand an IN clause into OR components (functionally equivalent).
Typing it out manually will simply be insane for say 25 items...
Using ORs is also susceptible to errors when you start mixing it with outer condition like AND if you don't bracket properly.