SELECT 
  object_id, 
  thread_id, 
  type, 
  object_type, 
  company_id 
FROM 
  cscart_discussion 
WHERE 
  1 
  AND object_id = 22 
  AND object_type = 'A' 
  AND cscart_discussion.company_id = 1

Query time 0.00029

JSON explain

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