INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'bc803219e96f2ce434b0ceb9809a0f46cbfc079dae6fcdbc9114b47f8120640e', 
    'eZyxJVMUsvHi8IzKw31UHDq/g20O1GX05JhTp1fSZ3g=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00060

Result

int(1)