INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '2bc2c017442d5a13e1e81915dad89e8b240b2dd767a9e515f639a02f0079f26f', 
    'QCoB68a15kDib1gewfr3PgcxVmt30QkqSEkGGXE5sj0=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00046

Result

int(1)