INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'beb3b9628c9356da046c0e7a02fd712a98291e364222efee7d60101742d0eaf3', 
    'GmOSZJYro1W/MnIziKSRwrg+jX0i5tjqcv5pYtFx9Is=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00048

Result

int(1)