INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'ad42e5fb9a779c5d02879e629fa4a02deb903d083358f8b9d1162d8a13176d55', 
    '6ClRZRxRwNDVCEPqL58UforHqMgM7YBUn2pE/aSHT9g=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00023

Result

int(1)