INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'd559531a8ed6cd629eab945f365285e67d755785573a379df32f54e65c8b0257', 
    'o5G17Vk08kcv2YrRwTIedsnwALS+KuI3lSQOnyN/w+8=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00031

Result

int(1)