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