SELECT 
  object_id, 
  thread_id, 
  type, 
  object_type 
FROM 
  cscart_discussion 
WHERE 
  1 
  AND object_id = 2849 
  AND object_type = 'C'

Query time 0.00030

JSON explain

{
  "query_block": {
    "select_id": 1,
    "message": "no matching row in const table"
  }
}