INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'ddb988966d015b4c3091d8d3ca6d69540ea354be659fa804d7054e5867117227', 
    'Jw4AUX2O7hn47xDf5RC0qVGH/GdkRSsJBeEn9ML4EkY=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00028

Result

int(1)