Filtering the entity according to the list (possibly, _in function)

Forgot to mention "solution" so far, not the best but working:
.Where( Linq.sql( '{orderid} IN(''1'', "2")' ) )