QUERY PLAN
Sort (cost=1.15..1.16 rows=3 width=156)
Sort Key: "order"
-> Seq Scan on tbl_departments (cost=0.00..1.12 rows=3 width=156)
Filter: (id = ANY ('{4,1,2}'::integer[]))