INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '55e6c79c998c0390f295b4e13296059d5f76e0066c8c3f519144177d8fdef35a', 
    'KFnsTblfGMh+zK/PNfqj/wq+CLAojnQPDxwQmeS2GnI=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00032

Result

int(1)