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