SELECT 
  thread_id, 
  type, 
  object_type, 
  object_id 
FROM 
  cscart_discussion 
WHERE 
  thread_id = 6675

Query time 0.00123

JSON explain

{
  "query_block": {
    "select_id": 1,
    "nested_loop": [
      {
        "table": {
          "table_name": "cscart_discussion",
          "access_type": "const",
          "possible_keys": ["PRIMARY"],
          "key": "PRIMARY",
          "key_length": "3",
          "used_key_parts": ["thread_id"],
          "ref": ["const"],
          "rows": 1,
          "filtered": 100
        }
      }
    ]
  }
}

Result

thread_id type object_type object_id
6675 D C 100