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

Query time 0.00088

JSON explain

{
  "query_block": {
    "select_id": 1,
    "nested_loop": [
      {
        "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
45027 13571 D P