INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '1a0a30cb4e2f85e92115ce02dd742f093c7e60769a8a219df249fe94a5971e55', 
    'GpcTxuNfJjow8545ufvND03Ju0QlHqXw2lRV/3m6R5g=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00044

Result

int(1)