INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '6b2ee63d3f58ca009a848e23921b19da70c5e15b022e57ecebaeb9013cecf3ea', 
    'IlYauPZvxrYyu8Xt+WhZmS+wMGASiegEpJIORL+Xsjg=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00043

Result

int(1)