INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'd7036603bebf97c1617ed86f494ef94689ceb4539f9b417e604fe2a4cccf8033', 
    'CRBPKRTLI2iV5Bg4eAJ5+u/gq+PGsNE6tyGz0uQCf2g=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00028

Result

int(1)