INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '4dbb281a6ab9ccb595788295061e5f6cdf729d638ada860c4f8ccaccea14279c', 
    'jusZdm8iqxgO9QmLUiM1+LIOeWwOER/ypwf35PXeqds=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00039

Result

int(1)