INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'ad4ad02a7a7d794ff4ae53706ea270022c4523e1fe3c4297fd4efb5f8472f5d6', 
    'llGxqRT8rJbYAjxsYFm3ZFVbot/0ll7DrwyJfomLbAQ=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00034

Result

int(1)