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