SELECT SQL_CALC_FOUND_ROWS wp_posts.ID FROM wp_posts INNER JOIN wp_postmeta ON ( wp_posts.ID = wp_postmeta.post_id ) INNER JOIN wp_postmeta AS mt1 ON ( wp_posts.ID = mt1.post_id ) WHERE 1=1 AND (
( wp_postmeta.meta_key = 'filter_min_personen' AND CAST(wp_postmeta.meta_value AS SIGNED) >= '19' )
AND
( mt1.meta_key = 'filter_max_personen' AND CAST(mt1.meta_value AS SIGNED) <= '61' )
) AND wp_posts.post_type = 'schepen' AND (wp_posts.post_status = 'publish' OR wp_posts.post_status = 'acf-disabled') GROUP BY wp_posts.ID ORDER BY wp_posts.post_date DESC LIMIT 0, 12