SELECT 
  object_id, 
  thread_id, 
  type, 
  object_type, 
  company_id 
FROM 
  cscart_discussion 
WHERE 
  1 
  AND object_id = 135 
  AND object_type = 'P' 
  AND cscart_discussion.company_id = 1

Query time 0.00020

Explain
id select_type table type possible_keys key key_len ref rows Extra
1 SIMPLE Impossible WHERE noticed after reading const tables