INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'c8dfaeb2670ebe1159f5e0d24706b88341d7b877b6029297a0ca9c3d6af4456c', 
    'N9tlaF0MhDCsgBbczNVXaZEs3sQ/Z8xyY5Zmo9gc0G4=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00038

Result

int(1)