articles FORCE INDEX(`visible_all_sort`) INNER JOIN user FORCE INDEX(`user_id_rating`) USING(user_id)
 LEFT JOIN `articles_label_pages` ON `articles_label_pages`.`num_page` = articles.id
where articles.lang_id = '1'
								
and articles.hide = '0'
and
(
(`user`.`rating` >= '-1' and `articles`.`blog_only` = '0')

)
and articles.note = '0'
 and `articles_label_pages`.`id` IN ('3436')