INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '026042c9ea4b0f1c68cc985e25c93a53447000afebf89ecca9c0afb79e281efc', 
    'YpuP/3JqihhDYdD6dWmqaEeu4tSiM3BSLCQI1dMhtFs=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00018

Result

int(1)