INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '01fb3f93421b51806cf332d577e8aa57e848ce6da6c71abd2929521f23140650', 
    'LrdoiB+wunvWY1xu67iPoN4yh0XR/L9fGetfeW5nUe8=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00050

Result

int(1)