SELECT wp_posts.*, ROUND(RAND()*1000) 'rand_ind' 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_posts.post_type = 'bo_yachts' AND ((wp_posts.post_status = 'publish')) AND ( wp_postmeta.meta_key = 'bo_select_type_name_en' AND ( ( mt1.meta_key = 'bo_select_type' AND CAST(mt1.meta_value AS CHAR) = '5952{b3b3cfa70c03924aa85ff9a3590bdfa411919ea8f0905fd4193eff5656e588ee}2C4111{b3b3cfa70c03924aa85ff9a3590bdfa411919ea8f0905fd4193eff5656e588ee}2C11387' ) ) ) GROUP BY wp_posts.ID ORDER BY wp_postmeta.meta_value ASC,rand_ind LIMIT 0, 30