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

Query time 0.00028

JSON explain

{
  "query_block": {
    "select_id": 1,
    "table": {
      "table_name": "cscart_discussion",
      "access_type": "const",
      "possible_keys": ["object_id"],
      "key": "object_id",
      "key_length": "6",
      "used_key_parts": ["object_id", "object_type"],
      "ref": ["const", "const"],
      "rows": 1,
      "filtered": 100
    }
  }
}

Result

object_id thread_id type object_type
965 6198 D C