INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '58485e0f84968d9c291832a027ce48af86145c7b610effc193a74dfb39dfe3ac', 
    'sY77ZHLJKqRHS/ZFUhe5U9lCXhNo3lxUJmVyG9h+XNE=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00022

Result

int(1)