QUERY PLAN
Sort (cost=12.63..12.64 rows=2 width=298)
Sort Key: "order"
-> Seq Scan on tbl_project_statuses (cost=0.00..12.62 rows=2 width=298)
Filter: (id = ANY ('{1,2}'::integer[]))