I fixed it with @asmecher hint:
I created the index in the database and it works:
CREATE INDEX user_settings_setting_name_index ON user_settings (setting_name);
Thank you @asmecher