SELECT 
  object_id, 
  thread_id, 
  type, 
  object_type 
FROM 
  cscart_discussion 
WHERE 
  1 
  AND object_id = 560448 
  AND object_type = 'P'

Query time 0.00039

JSON explain

{
  "query_block": {
    "select_id": 1,
    "table": {
      "message": "Impossible WHERE noticed after reading const tables"
    }
  }
}