INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '05bb2e55a8f0a00e34e594aea977e5d72b1cbc1045929d488f7e5cf10e3af274', 
    'RV5/QL1Xg0m63l/4bS6p35LVOV3KL7pYIyMFG8DJxcI=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00030

Result

int(1)